forked from External/greenlight
work on tests
This commit is contained in:
8
test/fixtures/meetings.yml
vendored
8
test/fixtures/meetings.yml
vendored
@ -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"
|
11
test/fixtures/rooms.yml
vendored
11
test/fixtures/rooms.yml
vendored
@ -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"
|
19
test/fixtures/users.yml
vendored
19
test/fixtures/users.yml
vendored
@ -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') %>
|
||||
|
Reference in New Issue
Block a user