Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
backend
/
musik88-web
/
test
/
fixtures
/
authorizations.yml
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
yml
15 lines
274 Bytes
Copy permalink
Copy
Raw
1
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3
one
:
4
user
:
one
5
provider
:
MyString
6
uid
:
MyString
7
token
:
MyString
8
secret
:
MyString
9
10
two
:
11
user
:
two
12
provider
:
MyString
13
uid
:
MyString
14
token
:
MyString
15
secret
:
MyString