Sha256: 73be5f923e7b121a5a9d8d5e84994f966d0facf959ab96fae5a86963a833a19e
Contents?: true
Size: 238 Bytes
Versions: 16
Compression:
Stored size: 238 Bytes
Contents
require 'test_helper' class FooControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get show" do get :show assert_response :success end end
Version data entries
16 entries across 16 versions & 1 rubygems