diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/prips.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/prips.rb b/Library/Formula/prips.rb index 8e79eca59..d9c65ee60 100644 --- a/Library/Formula/prips.rb +++ b/Library/Formula/prips.rb @@ -12,6 +12,6 @@ class Prips < Formula end test do - `'#{bin}/prips' 127.0.0.0/31`.strip == "127.0.0.0\n127.0.0.1" + assert_equal "127.0.0.0\n127.0.0.1", `'#{bin}/prips' 127.0.0.0/31`.strip end end |
