aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/users
diff options
context:
space:
mode:
authorLuc Donnet2015-02-09 16:01:02 +0100
committerLuc Donnet2015-02-09 16:01:02 +0100
commit138ac002693df4d8af5f5b1a7af12f4042fab297 (patch)
treed7096b54b2820eeb5f39e5ae368fcac033056a6e /spec/features/users
parent212451cd1f0df5f15595a2a65883a84a88682741 (diff)
downloadchouette-core-138ac002693df4d8af5f5b1a7af12f4042fab297.tar.bz2
Initialize first javascript rspec tests
Diffstat (limited to 'spec/features/users')
-rw-r--r--spec/features/users/user_edit_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/users/user_edit_spec.rb b/spec/features/users/user_edit_spec.rb
index b437b241d..cb1830a55 100644
--- a/spec/features/users/user_edit_spec.rb
+++ b/spec/features/users/user_edit_spec.rb
@@ -26,7 +26,6 @@ feature 'User edit', :devise do
fill_in 'user_current_password', :with => user.password
click_button 'Modifier'
txts = [I18n.t( 'devise.registrations.updated'), I18n.t( 'devise.registrations.update_needs_confirmation')]
- save_and_open_page
expect(page).to have_content(/.*#{txts[0]}.*|.*#{txts[1]}.*/)
end