Displaying 1 result from an estimated 1 matches for "be_ssl".
Did you mean:
_ssl
2013 Jun 24
0
wrong number of arguments calling `request` (0 for 1) (ArgumentError)
...d amitpandya should see the home mypage page
now in steps file
When "$person logs in" do |user|
post_via_redirect "/users/login", {:authenticator => {:username => user,
:password => "washington"}},{:https => ''on''}
request.should_not be_ssl
request.session[:user_id].should == Person.find_by_username(user).id
end
working fine with cucumber-0.10.0 and cucumber-rails-0.3.2 but if I upgrade
with cucumber-rails-1.2.1 or cucumber-rails-1.3.1 - at this line
request.session[:user_id].should == Person.find_by_username(user).id
I am getti...