Adding rails part #2

This commit is contained in:
magnolia-fan
2011-04-03 20:21:05 +04:00
parent 6571a3ae0a
commit ede7fc1cb5
58 changed files with 10715 additions and 1 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