work on tests

This commit is contained in:
Josh
2018-05-10 15:03:59 -04:00
parent 5347d902c0
commit b452932767
12 changed files with 165 additions and 127 deletions

View File

@ -4,8 +4,6 @@
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
# column: value
#
two: {}
# column: value
breakfast:
name: "Breakfast"

View File

@ -4,8 +4,9 @@
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
# column: value
#
two: {}
# column: value
kitchen:
uid: "13579"
garage:
uid: "02468"

View File

@ -4,8 +4,17 @@
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
# column: value
#
two: {}
# column: value
steve:
name: "Steve User"
username: "steve"
provider: "greenlight"
email: "steve@example.com"
password_digest: <%= BCrypt::Password.create('steve12345') %>
mark:
name: "Mark User"
username: "mark"
provider: "greenlight"
email: "mark@example.com"
password_digest: <%= BCrypt::Password.create('mark12345') %>