mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Convert a lot of :a => b to a: b and bring peace to the world
This commit is contained in:
@ -5,7 +5,7 @@ describe ListController do
|
||||
# we need some data
|
||||
before do
|
||||
@user = Fabricate(:coding_horror)
|
||||
@post = Fabricate(:post, :user => @user)
|
||||
@post = Fabricate(:post, user: @user)
|
||||
end
|
||||
|
||||
context 'index' do
|
||||
|
Reference in New Issue
Block a user