summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/spec_should.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/spec_should.rb b/test/spec_should.rb
index 25557a3..c31e8c7 100644
--- a/test/spec_should.rb
+++ b/test/spec_should.rb
@@ -3,7 +3,8 @@ require File.join(File.dirname(__FILE__), '../lib/bacon')
 describe "#should shortcut for #it('should')" do
   
   should "be called" do
-    @called= true
+    @called = true
+    @called.should.be == true
   end
   
   should "save some characters by typing should" do