Sha256: bc9ca8528837fc879d2d402240f6cfa2c06a8facd08fcbc72e1d47b03b6a7c3b
Contents?: true
Size: 180 Bytes
Versions: 20
Compression:
Stored size: 180 Bytes
Contents
require 'test_helper' class PagesControllerTest < ActionDispatch::IntegrationTest test "should get landing" do get pages_landing_url assert_response :success end end
Version data entries
20 entries across 20 versions & 1 rubygems