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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-15 18:36:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-15 18:36:35 +0400
commit752eb2c11d9125d9b7b60bc7719db954ebb1d9a5 (patch)
tree20761fd2924fedc66363c06a6fbc484bc6821499 /spec/lib
parentb059de2ac7ad6f47a39ca124764c8e3e661e76f9 (diff)
more tests fixed
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