Sha256: 87b452a5b333db0078b2b2f8150ed6c0d3c93c336983bffa83060e261d380ace
Contents?: true
Size: 155 Bytes
Versions: 7
Compression:
Stored size: 155 Bytes
Contents
require 'test_helper' class HomeControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :ok end end
Version data entries
7 entries across 7 versions & 1 rubygems