Skip to content

Instantly share code, notes, and snippets.

@matid
Created August 17, 2008 09:57
Show Gist options
  • Save matid/5797 to your computer and use it in GitHub Desktop.
Save matid/5797 to your computer and use it in GitHub Desktop.
it "should require login of minimum 4 chars" do
identity = new_identity(:login => "one")
identity.should_not be_valid
identity.errors.on(:login).should_not be_nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment