search for: hcdggtzh8xpr7s880joybq

Displaying 2 results from an estimated 2 matches for "hcdggtzh8xpr7s880joybq".

2007 Jan 26
0
Problems with assert_select in integration tests
...ck_button "Next Step", "/account/new_account_step_one", :user=>{:username=>"TestUser", :password=>''T3st!ng'', :password_confirmation=>''T3st!ng'', :account_type=>''Personal'', :email=>''me-hcDgGtZH8xPR7s880joybQ@public.gmane.org''} click_button "Create Account", "/account/new_account_step_two", {:first_name=>''Test'', :last_name=>''User''} end private def goto_home_page get "/" assert_response :success assert...
2013 Oct 08
1
Trouble with rspec and FactoryGirl Sequence
...ore(:each) do @user = test_sign_in(FactoryGirl.create(:user)) second = FactoryGirl.create(:user, :email => "another-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org") third = FactoryGirl.create(:user, :email => "another-hcDgGtZH8xPR7s880joybQ@public.gmane.org") @users = [@user, second, third] 30.times do @users << FactoryGirl.create(:user, :email => FactoryGirl.generate(:email)) end end it "should have the right title" do get :index...