Sha256: 0cfe9ce1ae341a0054013882a7d4b42527602ea208d7af2d8f0cd40362e17df0
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
require File.join( File.dirname(__FILE__), 'test_helper' ) class ErubisHandlerTest < ActionController::TestCase def setup @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new @controller = ProductsController.new end test "should be able to render with success" do get :index assert_response 200 end end
Version data entries
3 entries across 3 versions & 1 rubygems