0
0
Fork 0

Ancestors and descendants of statuses

This commit is contained in:
Eugen Rochko 2016-03-21 11:43:21 +01:00
parent 7e00a21ea6
commit 35aafdba96
3 changed files with 12 additions and 3 deletions

View file

@ -5,7 +5,7 @@ RSpec.describe Api::SubscriptionsController, type: :controller do
describe 'GET #show' do
before do
get :show, id: account.id, 'hub.topic': 'topic_url', 'hub.verify_token': 123, 'hub.challenge': '456'
get :show, :id => account.id, 'hub.topic' => 'topic_url', 'hub.verify_token' => 123, 'hub.challenge' => '456'
end
it 'returns http success' do