Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 11th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ActionController::RoutingError:
  2. it "should registrer new user" do
  3.     get "new"
  4.     fill_in "Email",                 :with => "abc@example.com"
  5.     fill_in "Password",              :with => "abc123"
  6.     click_button "Sign up"
  7.     response.should have_content("Welcome! You have registrered successfully.")
  8. end