add basic tests

This commit is contained in:
Zachary Chai
2016-11-29 14:58:01 -05:00
parent 0088eae7e4
commit 0573927851
4 changed files with 47 additions and 13 deletions

View File

@ -1,15 +1,15 @@
# 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