diff options
| author | Luc Donnet | 2015-02-09 16:01:02 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-02-09 16:01:02 +0100 | 
| commit | 138ac002693df4d8af5f5b1a7af12f4042fab297 (patch) | |
| tree | d7096b54b2820eeb5f39e5ae368fcac033056a6e /spec/features/users | |
| parent | 212451cd1f0df5f15595a2a65883a84a88682741 (diff) | |
| download | chouette-core-138ac002693df4d8af5f5b1a7af12f4042fab297.tar.bz2 | |
Initialize first javascript rspec tests
Diffstat (limited to 'spec/features/users')
| -rw-r--r-- | spec/features/users/user_edit_spec.rb | 1 | 
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  | 
