Sha256: 4157e4c7a0ad3d70d1c0c10905e7a8d58b2ac566b6018ff54042802b241859bc
Contents?: true
Size: 188 Bytes
Versions: 2
Compression:
Stored size: 188 Bytes
Contents
require "test_helper" class StaticPagesControllerTest < ActionDispatch::IntegrationTest test "should get index" do get static_pages_index_url assert_response :success end end
Version data entries
2 entries across 2 versions & 2 rubygems