Skip to content

Commit

Permalink
Fix the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Thomas <[email protected]>
  • Loading branch information
Seth Thomas committed Sep 11, 2018
1 parent 06e317a commit dc6cc4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/kitchen/driver/vagrant_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,9 @@ def run_command(_cmd, options = {})
cmd

expect(vagrantfile).to match(regexify(<<-RUBY.gsub(/^ {8}/, "").chomp))
require "/a"
require "/b"
require "/c"
load "/a"
load "/b"
load "/c"
RUBY
end

Expand Down

0 comments on commit dc6cc4f

Please sign in to comment.