Browse Source

simple api spec

pull/1/head
Nicolae Claudius 10 years ago
parent
commit
997c0e1267
  1. 10
      spec/features/simple_api_spec.rb

10
spec/features/simple_api_spec.rb

@ -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…
Cancel
Save