[rspec-users] RSPEC FAILURE

2013-06-25 Thread oliver
Hello I've got somthing like this error in my rspec. Can you help me to fix this: I appreciate all those replies. Failures: 1) EmployeeMstsController PUT update with valid params updates the requested e mployee_mst Failure/Error: put :update, :id => employee_mst.id, :employee_mst => {'thes

Re: [rspec-users] rspec failure upon revisit

2012-11-07 Thread Drew Davis
I found the issue was case sensitivity 'Sign up' vs. 'Sign Up' -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] rspec failure upon revisit

2012-11-06 Thread Lee Quarella
Looks like it " expected following output to contain a Sign up tag:" and the output's title tag is "Ruby on Rails Tutorial Sample App | ". I am pretty new to rspec and testing in general, but it looks like fixing the page title will make this test pass. On Tue, Nov 6, 2012 at 2:42 PM, Drew Davi