mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 14:08:32 +08:00
Add rubocop to our build. (#5004)
This commit is contained in:
@ -49,7 +49,7 @@ describe OneboxController do
|
||||
|
||||
describe "found onebox" do
|
||||
|
||||
let(:body) { "this is the onebox body"}
|
||||
let(:body) { "this is the onebox body" }
|
||||
|
||||
before do
|
||||
Oneboxer.expects(:preview).with(url, invalidate_oneboxes: false).returns(body)
|
||||
|
Reference in New Issue
Block a user