Why am I getting "ArgumentError: wrong number of arguments (1 for 0)" when running my rails function
- by Hisham
I'm stumped on what's causing this. I get this error and stack trace in all my functional tests where I call 'post'. Here is the full stack trace:
7) Error:
test_should_validate(UsersControllerTest):
ArgumentError: wrong number of arguments (1 for 0)
…