Fix style for hashes (#20518)
* Fix style for hashes Make the style for hashes consistent. * New style More consistency
This commit is contained in:
parent
c373148b3d
commit
4f15fd0ba1
24 changed files with 55 additions and 51 deletions
|
@ -23,7 +23,7 @@ RSpec.describe FavouriteService, type: :service do
|
|||
let(:status) { Fabricate(:status, account: bob) }
|
||||
|
||||
before do
|
||||
stub_request(:post, "http://example.com/inbox").to_return(:status => 200, :body => "", :headers => {})
|
||||
stub_request(:post, "http://example.com/inbox").to_return(status: 200, body: "", headers: {})
|
||||
subject.call(sender, status)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue