summary refs log tree commit diff
path: root/test/spec_should.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_should.rb')
-rw-r--r--test/spec_should.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/spec_should.rb b/test/spec_should.rb
index c31e8c7..30cf36a 100644
--- a/test/spec_should.rb
+++ b/test/spec_should.rb
@@ -19,7 +19,6 @@ describe "#should shortcut for #it('should')" do
     should.satisfy {1==1}
   end
   
-
   count = Bacon::Counter[:specifications]
   should "add new specifications" do
     # XXX this should +=1 but it's +=2