Skip to content

Commit

Permalink
Usuario git hub aceitando numeros
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Mar 23, 2010
1 parent 01c8214 commit 06e4c95
Show file tree
Hide file tree
Showing 7 changed files with 20,063 additions and 1 deletion.
Binary file added .database.yml.swp
Binary file not shown.
Binary file added app/models/.user.rb.swp
Binary file not shown.
Binary file added config/.database.yml.swp
Binary file not shown.
Binary file added spec/models/.user_spec.rb.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion spec/models/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
should_allow_values_for :email, '[email protected]', '[email protected]'
should_not_allow_values_for :email, 'john@doe', 'john.doe'

should_allow_values_for :github, 'john', 'jonh_doe'
should_allow_values_for :github, 'john', 'jonh_doe', 'jonh0909'
should_not_allow_values_for :github, 'jonhn doe', 'john.doe'

it 'active should be on protected attributes' do
Expand Down
20,062 changes: 20,062 additions & 0 deletions tags

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 06e4c95

Please sign in to comment.