diff options
Diffstat (limited to 'Library/Formula/rest-shell.rb')
| -rw-r--r-- | Library/Formula/rest-shell.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/rest-shell.rb b/Library/Formula/rest-shell.rb index e3620ca90..b7e00465c 100644 --- a/Library/Formula/rest-shell.rb +++ b/Library/Formula/rest-shell.rb @@ -11,7 +11,7 @@ class RestShell < Formula      bin.write_exec_script libexec/'bin/rest-shell'    end -  def test +  test do      system "#{bin}/rest-shell"    end  end | 
