Commit f1799a23 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed project spec

parent be5359c6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment