box-o-sand/cookbook/015/02/passingdata/test/functional/novel_controller_test.rb
2011-08-09 05:20:53 -04:00

10 lines
162 B
Ruby

require 'test_helper'
class NovelControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end