diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/fixtures/scrobbles.yml | 13 | ||||
| -rw-r--r-- | test/models/scrobble_test.rb | 7 |
2 files changed, 20 insertions, 0 deletions
| diff --git a/test/fixtures/scrobbles.yml b/test/fixtures/scrobbles.yml new file mode 100644 index 0000000..9ca535d --- /dev/null +++ b/test/fixtures/scrobbles.yml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
| 2 | |||
| 3 | one: | ||
| 4 | title: MyString | ||
| 5 | artist: MyString | ||
| 6 | album: MyString | ||
| 7 | image: MyString | ||
| 8 | |||
| 9 | two: | ||
| 10 | title: MyString | ||
| 11 | artist: MyString | ||
| 12 | album: MyString | ||
| 13 | image: MyString | ||
| diff --git a/test/models/scrobble_test.rb b/test/models/scrobble_test.rb new file mode 100644 index 0000000..48541da --- /dev/null +++ b/test/models/scrobble_test.rb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require "test_helper" | ||
| 2 | |||
| 3 | class ScrobbleTest < ActiveSupport::TestCase | ||
| 4 | # test "the truth" do | ||
| 5 | # assert true | ||
| 6 | # end | ||
| 7 | end | ||
