working through 15.3
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class FooControllerTest < ActionController::TestCase
|
||||
test "should get index" do
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class FooHelperTest < ActionView::TestCase
|
||||
end
|
Reference in New Issue
Block a user