Skip to content

Commit 1d92463

Browse files
committed
haskell-stack: Fix a linter error
1 parent 89755ec commit 1d92463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/haskell-stack.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def install
7878

7979
test do
8080
system bin/"stack", "new", "test"
81-
assert_predicate testpath/"test", :exist?
81+
assert_path_exists testpath/"test"
8282
assert_match "# test", File.read(testpath/"test/README.md")
8383
end
8484
end

0 commit comments

Comments
 (0)