Skip to content

Commit

Permalink
edit spin Formula test procedure to verify installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrilw committed Oct 27, 2023
1 parent 3deb797 commit 6e39499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/spin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def post_install
end

test do
system "#{bin}/spin", "--version"
assert_match "spin 1.5.1 (8d4334e 2023-09-26)", shell_output("#{bin}/spin --version")
end
end
end

Check failure on line 45 in Formula/spin.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingEmptyLines: Final newline missing.

0 comments on commit 6e39499

Please sign in to comment.