aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/helpers
diff options
context:
space:
mode:
authorLuc Donnet2015-01-15 17:48:11 +0100
committerLuc Donnet2015-01-15 17:48:11 +0100
commit19e95457a20116f5944fe2d7bb07675b564bc930 (patch)
tree231ad126f79522e7e5e796e49a24b042844599d8 /spec/support/helpers
parentc89c3508eb953e79165ba61aee878db8e4d15ff5 (diff)
downloadchouette-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.rb2
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'