Fix broken system tests (#4)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4
This commit is contained in:
parent
c3e8478840
commit
e8a42f9c82
5 changed files with 9 additions and 9 deletions
4
test/fixtures/members.yml
vendored
4
test/fixtures/members.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
name: Member One
|
||||
pays: false
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
name: Member Two
|
||||
pays: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue