Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Feb 2, 2016
1 parent 7a97dc9 commit 8ddd890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/replies_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
it 'should work' do
topic = create :topic
replies = create_list :reply, 3
get :index, params { topic_id: topic.id, last_id: replies.first.id }
get :index, params: { topic_id: topic.id, last_id: replies.first.id }
expect(response).to be_success
end
end
Expand Down

0 comments on commit 8ddd890

Please sign in to comment.