Sha256: 22a498f25bdacf345f042d2f682bd589594d46d638c5c7393c9cde92f7e30761
Contents?: true
Size: 174 Bytes
Versions: 47
Compression:
Stored size: 174 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
47 entries across 47 versions & 3 rubygems