diff options
| author | Luc Donnet | 2015-01-15 17:48:11 +0100 |
|---|---|---|
| committer | Luc Donnet | 2015-01-15 17:48:11 +0100 |
| commit | 19e95457a20116f5944fe2d7bb07675b564bc930 (patch) | |
| tree | 231ad126f79522e7e5e796e49a24b042844599d8 /spec/support/helpers | |
| parent | c89c3508eb953e79165ba61aee878db8e4d15ff5 (diff) | |
| download | chouette-core-19e95457a20116f5944fe2d7bb07675b564bc930.tar.bz2 | |
Reactivate specs for journey_pattern and stop_point
Diffstat (limited to 'spec/support/helpers')
| -rw-r--r-- | spec/support/helpers/session_helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/session_helpers.rb b/spec/support/helpers/session_helpers.rb index 17a3fc51b..14f3747ba 100644 --- a/spec/support/helpers/session_helpers.rb +++ b/spec/support/helpers/session_helpers.rb @@ -10,7 +10,7 @@ module Features def signin(email, password) visit new_user_session_path - save_and_open_page + # save_and_open_page fill_in '#session_new #user_email', with: email fill_in 'Password', with: password click_button 'Sign in' |
