I am learning tests with rspec and factory girl on Rails and I can\'t manage to make them work.
My User controller looks like this :
class UsersCont
As Jvnill said above, use create. The other option is to use @user1.save after declaring them.
Also as far as routes go, check your resources in the routes file.