Sha256: 04f15d03e18cf3166ca23f3de7f44c1830f8f3ffd9ae1d666d1690a8d63bd236
Contents?: true
Size: 244 Bytes
Versions: 5
Compression:
Stored size: 244 Bytes
Contents
require 'test_helper' class PartiallyUsefulTest < ActionController::TestCase tests WelcomeController test "should get index" do get :index assert_match "<!-- start rendering 'header' with locals '[]'-->", @response.body end end
Version data entries
5 entries across 5 versions & 1 rubygems