Skip to content

Commit

Permalink
remove trailing space that caused build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristan committed Apr 14, 2015
1 parent 855c1de commit a879e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/kitchen/driver/vagrant_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -941,15 +941,15 @@
cmd

expect(vagrantfile).to match(regexify(%{c.wat.username = "jdoe"}))
end
end

it "sets communicator.password if :communicator and :password are set" do
config[:communicator] = "wat"
config[:password] = "okay"
cmd

expect(vagrantfile).to match(regexify(%{c.wat.password = "okay"}))
end
end

it "sets no ssh.private_key_path if missing" do
config[:ssh_key] = nil
Expand Down

0 comments on commit a879e6d

Please sign in to comment.