Files
2011-06-06 02:25:25 +02:00

9 lines
153 B
Ruby

require 'test_helper'
class ArtistTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end