We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b275f commit 172e464Copy full SHA for 172e464
Formula/test-kitchen.rb
@@ -44,8 +44,8 @@ def install
44
45
test do
46
system "#{bin}/kitchen", "init"
47
- assert_predicate testpath/"kitchen.yml", :exist?
48
- assert_predicate testpath/"chefignore", :exist?
49
- assert_predicate testpath/"test/integration/default", :exist?
+ assert_path_exists testpath/"kitchen.yml"
+ assert_path_exists testpath/"chefignore"
+ assert_path_exists testpath/"test/integration/default"
50
end
51
0 commit comments