Lets get the tests working
This commit is contained in:
4
test/fixtures/credentials.yml
vendored
4
test/fixtures/credentials.yml
vendored
@@ -3,9 +3,9 @@
|
||||
one:
|
||||
email: bob@example.net
|
||||
password: MyString
|
||||
domain: one
|
||||
domain: domainone
|
||||
|
||||
two:
|
||||
email: alice@example.org
|
||||
password: MyString
|
||||
domain: two
|
||||
domain: domaintwo
|
||||
|
||||
4
test/fixtures/domains.yml
vendored
4
test/fixtures/domains.yml
vendored
@@ -1,7 +1,7 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
domainone:
|
||||
domain: example.net
|
||||
|
||||
two:
|
||||
domaintwo:
|
||||
domain: example.org
|
||||
|
||||
Reference in New Issue
Block a user