Work on import from discogs. Switching to mysql in local dev

This commit is contained in:
magnolia-fan
2011-09-21 22:59:39 +04:00
parent 5798955b01
commit da003cad12
15 changed files with 110 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class ArtistAliasTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class TrackArtistTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end