Commit 06b8f47c authored by Shinya Maeda's avatar Shinya Maeda

Fix merge request controller spec because to as_json

parent 8e8cc85c
...@@ -605,7 +605,7 @@ describe Projects::MergeRequestsController do ...@@ -605,7 +605,7 @@ describe Projects::MergeRequestsController do
end end
context 'when comparison is done' do context 'when comparison is done' do
let(:comparison_status) { { status: :parsed, data: { summary: 1 }.to_json } } let(:comparison_status) { { status: :parsed, data: { summary: 1 } } }
it 'returns 200 HTTP status' do it 'returns 200 HTTP status' do
subject subject
......
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