mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
Convert a lot of :a => b to a: b and bring peace to the world
This commit is contained in:
@ -18,7 +18,7 @@ describe ErrorLog do
|
||||
end
|
||||
|
||||
def request
|
||||
ActionController::TestRequest.new(:host => 'test')
|
||||
ActionController::TestRequest.new(host: 'test')
|
||||
end
|
||||
|
||||
describe "add_row!" do
|
||||
|
Reference in New Issue
Block a user