ADDED: artist; FIXED: hash navigation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ArtistControllerTest < ActionController::TestCase
|
||||
test "should get show" do
|
||||
get :show
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get index" do
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ArtistHelperTest < ActionView::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user