Upgrade to Rails 5.0.0.1
This commit is contained in:
parent
ff2cbc0753
commit
10ba09f546
47 changed files with 398 additions and 291 deletions
|
@ -12,7 +12,7 @@ RSpec.describe Api::Accounts::LookupController, type: :controller do
|
|||
before do
|
||||
Fabricate(:account, username: 'bob')
|
||||
Fabricate(:account, username: 'mcbeth')
|
||||
get :index, usernames: 'alice,bob,mcbeth'
|
||||
get :index, params: { usernames: 'alice,bob,mcbeth' }
|
||||
end
|
||||
|
||||
it 'returns http success' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue