working through 15.3

This commit is contained in:
Dan Buch
2011-08-09 06:33:51 -04:00
parent fba21e7939
commit c16c1361d3
8 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
require 'test_helper'
class FooControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class FooHelperTest < ActionView::TestCase
end