Added track files
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
track_id: 1
|
||||
owner_id: 1
|
||||
audio_id: 1
|
||||
rating: 1
|
||||
|
||||
two:
|
||||
track_id: 1
|
||||
owner_id: 1
|
||||
audio_id: 1
|
||||
rating: 1
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class TrackFileTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user