Skip to content

Commit 8ddd890

Browse files
committed
Fix test
1 parent 7a97dc9 commit 8ddd890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/controllers/replies_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
it 'should work' do
66
topic = create :topic
77
replies = create_list :reply, 3
8-
get :index, params { topic_id: topic.id, last_id: replies.first.id }
8+
get :index, params: { topic_id: topic.id, last_id: replies.first.id }
99
expect(response).to be_success
1010
end
1111
end

0 commit comments

Comments
 (0)