Discogs releases parse

This commit is contained in:
Gregory Eremin
2011-09-22 19:40:44 +04:00
parent 7a3444d103
commit e235ad7fc5
11 changed files with 107 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
one:
name: MyString
two:
name: MyString
+7
View File
@@ -0,0 +1,7 @@
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
one:
name: MyString
two:
name: MyString
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class GenreTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class StyleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end