diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-11-03 20:17:02 +0100 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-11-03 20:17:02 +0100 |
commit | c49cb40f65d75a54c8471cb5207512ec145593cc (patch) | |
tree | 87b0e3d25abb2123df2f69e344cbfbfb727b3795 /spec | |
parent | 1b1403804e03db3cea3ad6a84dcfead449ed29d5 (diff) | |
download | gitlab-ce-c49cb40f65d75a54c8471cb5207512ec145593cc.tar.gz |
Remove dead Event#new_branch? method
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/event_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/event_spec.rb b/spec/models/event_spec.rb index 1fdd959da9d..10beafc4994 100644 --- a/spec/models/event_spec.rb +++ b/spec/models/event_spec.rb @@ -60,7 +60,6 @@ describe Event do it { @event.push?.should be_true } it { @event.proper?.should be_true } - it { @event.new_branch?.should be_true } it { @event.tag?.should be_false } it { @event.branch_name.should == "master" } it { @event.author.should == @user } |