Update to rspec 3.2

This commit is contained in:
Thibault Jouan
2015-04-29 14:55:03 +00:00
parent 96246f87bf
commit 282eb2ddee
7 changed files with 40 additions and 38 deletions

View File

@@ -10,7 +10,7 @@ module UserIntegrationHelpers
def api_sign_in
user = FactoryGirl.create :user
post api_sessions_path, format: :json, session: {
post_via_redirect api_sessions_path, format: :json, session: {
email: user.email,
password: user.password
}