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
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
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