Sha256: 1318958d3a1f5ab58007dbed852f7ebb9cf767d2095079ce15ba49ce2c220774
Contents?: true
Size: 162 Bytes
Versions: 16
Compression:
Stored size: 162 Bytes
Contents
require 'test_helper' class MainControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end end
Version data entries
16 entries across 16 versions & 3 rubygems