summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/request_context_spec.rb
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-03-03 18:10:22 +0100
committerPawel Chojnacki <pawel@chojnacki.ws>2017-03-06 15:45:43 +0100
commit70b9d8da4c24bc2317220bedb81b5d2ecf34c351 (patch)
treefec5179bcb418d981340435bcb70f7f22efb6747 /spec/lib/gitlab/request_context_spec.rb
parent8a9bc24ef87739580c19ee8455bd8224d3c18b3e (diff)
downloadgitlab-ce-70b9d8da4c24bc2317220bedb81b5d2ecf34c351.tar.gz
Remove unecessary defaults for uniq ip block, cleanup refactoring leftovers
Diffstat (limited to 'spec/lib/gitlab/request_context_spec.rb')
-rw-r--r--spec/lib/gitlab/request_context_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/request_context_spec.rb b/spec/lib/gitlab/request_context_spec.rb
index b2828f7e5e0..a91c8655cdd 100644
--- a/spec/lib/gitlab/request_context_spec.rb
+++ b/spec/lib/gitlab/request_context_spec.rb
@@ -22,7 +22,7 @@ describe Gitlab::RequestContext, lib: true do
it { is_expected.to eq(ip) }
end
- context 'before RequestContext mw run' do
+ context 'before RequestContext middleware run' do
it { is_expected.to be_nil }
end
end