Nicolae Claudius
10 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@
|
||||
require 'spec_helper' |
||||
|
||||
feature "devise" do |
||||
include_context "data" |
||||
|
||||
scenario "modify record" do |
||||
visit modify_record_path(:authentication_token => a_record.authentication_token) |
||||
expect(page).to have_content Users::RecordsController::MODIFY_OK |
||||
end |
||||
end |
Loading…
Reference in new issue