Sha256: 8a56fcdfb18f71b339be87eea45ed84a91e129b82e4af6111216151702b7a142
Contents?: true
Size: 161 Bytes
Versions: 9
Compression:
Stored size: 161 Bytes
Contents
require 'test_helper' class BaseControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end end
Version data entries
9 entries across 9 versions & 1 rubygems