Guest User

Untitled

a guest
May 2nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. it "should redisplay the form if they didn't enter the same password" do
  2. user = Factory.create(:user_waiting_activation)
  3. post :create, :user => {:password => "homersimpson", :password_confirmation => "homer"}, :id => user.id
  4. response.should render_template("new")
  5. end
Add Comment
Please, Sign In to add comment