This commit is contained in:
Gregory Eremin
2011-09-22 14:37:53 +04:00
parent dbdff13cd0
commit 3ea944fbb0
23 changed files with 206 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class ArtistLinkTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class LocalBrainz::ReleaseTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class LocalBrainz::TrackTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end