Sha256: 6a35cd8a2d262b4f99d5d29c777c85fd744d01eb145f96c469445b50b91af9c7
Contents?: true
Size: 173 Bytes
Versions: 11
Compression:
Stored size: 173 Bytes
Contents
require "test_helper" class HomeControllerTest < ActionDispatch::IntegrationTest test "should get index" do get home_index_url assert_response :success end end
Version data entries
11 entries across 11 versions & 1 rubygems