diff options
Diffstat (limited to 'Library/Formula/spark.rb')
| -rw-r--r-- | Library/Formula/spark.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/spark.rb b/Library/Formula/spark.rb index 0ab91e587..d4f70d80b 100644 --- a/Library/Formula/spark.rb +++ b/Library/Formula/spark.rb @@ -9,7 +9,7 @@ class Spark < Formula      bin.install "spark"    end -  def test +  test do      system "#{bin}/spark"    end  end | 
