Guest User

Untitled

a guest
Apr 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. it "should not be valid if the email does not appear valid" do
  2. @patient.email = "foo"
  3. @patient.errors_on(:email).should == ["doesn't appear valid"]
  4. end
Add Comment
Please, Sign In to add comment