Log scrobblings

This commit is contained in:
magnolia-fan
2011-11-29 23:42:21 +04:00
parent 74b5619748
commit 41e9165ff4
12 changed files with 116 additions and 77 deletions
+11
View File
@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
one:
user_id: 1
track_id: 1
scrobbled_at: 2011-11-29 23:31:03
two:
user_id: 1
track_id: 1
scrobbled_at: 2011-11-29 23:31:03
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class ScrobbleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end