start writing tests

This commit is contained in:
Josh
2018-05-09 16:31:52 -04:00
parent e6d01ef1b9
commit 5347d902c0
24 changed files with 370 additions and 192 deletions

View File

@ -5,3 +5,13 @@
#
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
# Character.create(name: 'Luke', movie: movies.first)
User.create(
provider: "greenlight",
name: "Test User",
uid: "someuid",
username: "testuser",
email: "test@user.com",
password: "test",
password_confirmation: "test",
)