Merge pull request #53 from zach-chai/tests

add basic tests
This commit is contained in:
Zachary Chai
2016-11-29 15:25:20 -05:00
committed by GitHub
6 changed files with 51 additions and 13 deletions

View File

@ -16,16 +16,16 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
user1:
provider: twitter
uid: <%= SecureRandom.hex(10) %>
encrypted_id: user1
name: User 1
username: user1
encrypted_id: u2-<%= SecureRandom.hex(8) %>
name: User 1
two:
user2:
provider: google
uid: <%= SecureRandom.hex(10) %>
encrypted_id: user2
name: User 2
username: user2
encrypted_id: u1-<%= SecureRandom.hex(8) %>
name: User 2