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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-03 02:01:08 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-03 02:01:08 +0400
commit40a956eb6825f2bbca06e9f24c1fb24dc71a1ecd (patch)
tree0b390d11b67df0b1df4fc4376ff3c9c75ddd45af /spec/models/user_spec.rb
parentcac7723451e575ce39a6930990178450a2a972f0 (diff)
Few more fixes after removing roles
Diffstat (limited to 'spec/models/user_spec.rb')
-rw-r--r--spec/models/user_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 5f6244ec5dd..51774e4c74d 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -65,10 +65,6 @@ describe User do
it { should ensure_length_of(:bio).is_within(0..255) }
end
- describe 'modules' do
- it { should include_module(Account) }
- end
-
describe "Respond to" do
it { should respond_to(:is_admin?) }
it { should respond_to(:identifier) }