Update rails to 4.0:
* Add protected_attributes gem dependency; * Remove deprecated usages of AR .find method;
This commit is contained in:
@@ -14,9 +14,8 @@ feature 'API cross origin request' do
|
||||
end
|
||||
|
||||
scenario 'preflight request' do
|
||||
# FIXME: replace with a more stable/generic action
|
||||
# FIXME: request without redirect
|
||||
request_via_redirect(
|
||||
@integration_session.send(
|
||||
:process,
|
||||
:options,
|
||||
api_playlists_path(:format => :json),
|
||||
nil,
|
||||
|
Reference in New Issue
Block a user