Sha256: 4a5ca3d8b10dd540b03461d94b33c88dc026a9da0c87570bb38e20f90b8b1f5c
Contents?: true
Size: 664 Bytes
Versions: 6
Compression:
Stored size: 664 Bytes
Contents
# require File.expand_path(File.dirname(__FILE__) + '/spec_helper') # # describe "the login process", :type => :request do # before(:all) do # sorcery_reload! # create_new_user # end # # after(:all) do # end # # it "handles unverified request" do # visit root_path # # save_and_open_page # fill_in 'Username', :with => 'gizmo' # fill_in 'Password', :with => 'secret' # # <input name="authenticity_token" type="hidden" value="+8M9lXnjnhAW/mAuzwI9Mmy6hM+00qZJa8VMQUg+NmM="> # #page.execute_script("$$('hidden').value='mezuza'") # #save_and_open_page # click_button 'Login' # save_and_open_page # end # end
Version data entries
6 entries across 6 versions & 1 rubygems