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/lib
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/votes_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/lib/votes_spec.rb b/spec/lib/votes_spec.rb
index 7e49ac781c2..b49ed15b5c3 100644
--- a/spec/lib/votes_spec.rb
+++ b/spec/lib/votes_spec.rb
@@ -1,14 +1,8 @@
require 'spec_helper'
-describe Issue do
- it { should include_module(Votes) }
-end
-
describe MergeRequest do
let(:merge_request) { FactoryGirl.create(:merge_request_with_diffs) }
- it { should include_module(Votes) }
-
describe "#upvotes" do
it "with no notes has a 0/0 score" do
merge_request.upvotes.should == 0