We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89755ec commit 1d92463Copy full SHA for 1d92463
Formula/haskell-stack.rb
@@ -78,7 +78,7 @@ def install
78
79
test do
80
system bin/"stack", "new", "test"
81
- assert_predicate testpath/"test", :exist?
+ assert_path_exists testpath/"test"
82
assert_match "# test", File.read(testpath/"test/README.md")
83
end
84
0 commit comments