Fix spec description typo

This commit is contained in:
Sean McGivern 2016-06-14 16:07:12 +01:00
parent 3582c6aedc
commit d07426ac19
1 changed files with 1 additions and 1 deletions

View File

@ -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