Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-11-03 22:17:02 +0300
committerCiro Santilli <ciro.santilli@gmail.com>2014-11-03 22:17:02 +0300
commitc49cb40f65d75a54c8471cb5207512ec145593cc (patch)
tree87b0e3d25abb2123df2f69e344cbfbfb727b3795 /spec
parent1b1403804e03db3cea3ad6a84dcfead449ed29d5 (diff)
Remove dead Event#new_branch? method
Diffstat (limited to 'spec')
-rw-r--r--spec/models/event_spec.rb1
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 }