Rename rspec test name

This commit is contained in:
Brian Cain 2019-10-29 11:01:50 -07:00
parent 71ad0f7aba
commit f01c90e676
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ describe VagrantPlugins::Kernel_V2::VagrantConfigDisk do
assert_valid
end
it "sets a command" do
it "sets a disk type" do
subject.finalize!
expect(subject.type).to eq(type)
end