Discogs releases import. Good.

This commit is contained in:
magnolia-fan
2011-09-22 23:54:09 +04:00
parent e235ad7fc5
commit e46717af01
18 changed files with 225 additions and 23 deletions
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class AlbumFormatTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class AlbumGenreTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class AlbumStyleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class ReleaseFormatTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end