Commit f1799a239ff6773d94942df23f85639193bff596

Authored by Dmitriy Zaporozhets
1 parent be5359c6

fixed project spec

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/models/event_spec.rb
... ... @@ -69,7 +69,7 @@ describe Event do
69 69 it { @event.push?.should be_true }
70 70 it { @event.allowed?.should be_true }
71 71 it { @event.new_branch?.should be_true }
72   - it { @event.new_tag?.should be_false }
  72 + it { @event.tag?.should be_false }
73 73 it { @event.branch_name.should == "master" }
74 74 it { @event.author.should == @user }
75 75 end
... ...