Commit b01fa32c authored by Kamil Trzciński's avatar Kamil Trzciński

Fix pipeline_quota_spec.rb

parent 5331e47e
...@@ -2,8 +2,6 @@ require 'spec_helper' ...@@ -2,8 +2,6 @@ require 'spec_helper'
feature 'Profile > Pipeline Quota' do feature 'Profile > Pipeline Quota' do
before do before do
# This would make sure that the user won't try to create another namespace
allow_any_instance_of(User).to receive(:ensure_namespace_correct)
gitlab_sign_in(user) gitlab_sign_in(user)
end end
......
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