Commit 14c8dbc6 authored by Alexis Reigel's avatar Alexis Reigel Committed by Alexis Reigel

drop 'scopes' context from specs

parent 40b0f540
...@@ -49,8 +49,7 @@ describe Ci::Runner do ...@@ -49,8 +49,7 @@ describe Ci::Runner do
end end
end end
describe 'scopes' do describe '.owned_or_shared' do
describe 'owned_or_shared' do
it 'returns the specific project runner' do it 'returns the specific project runner' do
# own # own
specific_project = create :project specific_project = create :project
...@@ -108,7 +107,6 @@ describe Ci::Runner do ...@@ -108,7 +107,6 @@ describe Ci::Runner do
] ]
end end
end end
end
describe '#display_name' do describe '#display_name' do
it 'returns the description if it has a value' do it 'returns the description if it has a value' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment