Skip to content

Commit 172e464

Browse files
committed
test-kitchen: fix style
1 parent 90b275f commit 172e464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/test-kitchen.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def install
4444

4545
test do
4646
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?
47+
assert_path_exists testpath/"kitchen.yml"
48+
assert_path_exists testpath/"chefignore"
49+
assert_path_exists testpath/"test/integration/default"
5050
end
5151
end

0 commit comments

Comments
 (0)