summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-06-14 16:07:12 +0100
committerSean McGivern <sean@gitlab.com>2016-06-14 16:41:17 +0100
commitd07426ac198af72538663e7acc36f8c8bfe8de28 (patch)
tree03f8fdd5a4e49af5566e6fe9a5639169516a73ed
parent3582c6aedcee14162217cd103092e6340a1c4741 (diff)
downloadgitlab-ce-18451-track-new-redis-connections.tar.gz
Fix spec description typo18451-track-new-redis-connections
-rw-r--r--spec/requests/git_http_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/git_http_spec.rb b/spec/requests/git_http_spec.rb
index c44a4a7a1fc..fd26ca97818 100644
--- a/spec/requests/git_http_spec.rb
+++ b/spec/requests/git_http_spec.rb
@@ -340,7 +340,7 @@ describe 'Git HTTP requests', lib: true do
end
end
- context "when the file exists" do
+ context "when the file does not exist" do
before { get "/#{project.path_with_namespace}/blob/master/info/refs" }
it "returns not found" do