search for: login_admin

Displaying 1 result from an estimated 1 matches for "login_admin".

2012 Feb 16
0
Upgrading from 3.2.0 to 3.2.1: Wrong Number of Arguments
...} visit photo_library_path(@photo_library) find("h3").click_link ''Delete'' find("#notice").should have_content("Album deleted successfully") Album.count.should eq 2 end But fails in 3.2.1 with: 1) Albums destroys an album Failure/Error: login_admin ArgumentError: wrong number of arguments (0 for 1) # ./app/controllers/sessions_controller.rb:8:in `create'' # (eval):2:in `click_button'' # ./spec/requests/albums_spec.rb:7:in `block (2 levels) in <top (required)>'' Line 8 in sessions_contr...