Commit 91a60743 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix blob_controller_spec plain to raw_path

parent 6b81098f
...@@ -50,7 +50,7 @@ describe Projects::BlobController do ...@@ -50,7 +50,7 @@ describe Projects::BlobController do
it do it do
expect(response).to be_ok expect(response).to be_ok
expect(json_response).to have_key 'html' expect(json_response).to have_key 'html'
expect(json_response).to have_key 'plain' expect(json_response).to have_key 'raw_path'
end end
end end
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