Done testing
[depot.git] / test / fixtures / users.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3 <% SALT = "NaCl" unless defined?(SALT) %>
4 dave:
5 name: dave
6 salt: <%= SALT %>
7 hashed_password: <%= User.encrypted_password('secret' , SALT) %>