repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Whitespace cleanup
[merb_mart.git]
/
spec
/
user_spec_helper.rb
blob
2bc56ac401f40b41b59bdf3901aab85aa16f5f8d
1
module UserSpecHelper
2
def valid_user_hash
3
{ :login => "daniel",
4
:email => "daniel@example.com",
5
:password => "sekret",
6
:password_confirmation => "sekret"}
7
end
8
end