mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
Use 'be_falsey' matcher
This commit is contained in:
parent
87437317dc
commit
50a569747c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ describe VagrantPlugins::Kernel_V2::SSHConfig do
|
|||
describe "#default" do
|
||||
it "defaults to vagrant username" do
|
||||
subject.finalize!
|
||||
expect(subject.default.config).to eq(false)
|
||||
expect(subject.default.config).to be_falsey
|
||||
expect(subject.default.port).to eq(22)
|
||||
expect(subject.default.username).to eq("vagrant")
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue