OSDN Git Service

fixed project spec
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 2 Apr 2012 05:50:37 +0000 (08:50 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 2 Apr 2012 05:50:37 +0000 (08:50 +0300)
spec/models/event_spec.rb

index ee3bc40..04604dd 100644 (file)
@@ -69,7 +69,7 @@ describe Event do
     it { @event.push?.should be_true }
     it { @event.allowed?.should be_true }
     it { @event.new_branch?.should be_true }
-    it { @event.new_tag?.should be_false }
+    it { @event.tag?.should be_false }
     it { @event.branch_name.should == "master" }
     it { @event.author.should == @user }
   end