Import script works fine

This commit is contained in:
magnolia-fan
2011-06-14 22:06:46 +04:00
parent 908f18c7de
commit cb42a55f9d
12 changed files with 118 additions and 13 deletions
@@ -0,0 +1,8 @@
require 'test_helper'
class ArtistControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end