diff options
Diffstat (limited to 'Library/Formula/libcouchbase.rb')
| -rw-r--r-- | Library/Formula/libcouchbase.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/libcouchbase.rb b/Library/Formula/libcouchbase.rb index 77fe5d100..3ce7a56ce 100644 --- a/Library/Formula/libcouchbase.rb +++ b/Library/Formula/libcouchbase.rb @@ -33,7 +33,7 @@ class Libcouchbase < Formula      system "make install"    end -  def test +  test do      system "#{bin}/cbc", "version"    end  end | 
