Fix test suite
This commit is contained in:
parent
2b24083653
commit
47df4d8afd
5 changed files with 44 additions and 37 deletions
23
test/fixtures/screenshots.yml
vendored
23
test/fixtures/screenshots.yml
vendored
|
|
@ -1,17 +1,10 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
# one:
|
||||
# version: MyString
|
||||
# created_at: 2013-07-27 13:29:55
|
||||
# uploaderhash: MyString
|
||||
# uploaderip: MyString
|
||||
# approved:
|
||||
# description: MyString
|
||||
|
||||
# two:
|
||||
# version: MyString
|
||||
# created_at: 2013-07-27 13:29:55
|
||||
# uploaderhash: MyString
|
||||
# uploaderip: MyString
|
||||
# approved:
|
||||
# description: MyString
|
||||
firefox_screenshot_approved:
|
||||
package: firefox
|
||||
version: "68.1"
|
||||
approved: true
|
||||
created_at: 2020-12-10
|
||||
updated_at: 2020-12-11
|
||||
description: "Some description text"
|
||||
user: normal
|
||||
|
|
|
|||
3
test/fixtures/users.yml
vendored
3
test/fixtures/users.yml
vendored
|
|
@ -12,9 +12,10 @@ normal:
|
|||
name: Norman Normal
|
||||
created_at: 2018-06-01
|
||||
updated_at: 2018-06-01
|
||||
email: mortal@debian.ork
|
||||
email: mortal@example.org
|
||||
sign_in_count: 3
|
||||
provider: local
|
||||
pseudo: true
|
||||
encrypted_password: <%= Devise::Encryptor.digest(User, 'normalsecret') %>
|
||||
|
||||
debian:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue