Ancestors and descendants of statuses
This commit is contained in:
parent
7e00a21ea6
commit
35aafdba96
3 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue