Sha256: 3f1ed8fcabd8dafe63eb58647b7ec4ee60fd67089bfe53945e710006248a77de
Contents?: true
Size: 159 Bytes
Versions: 7
Compression:
Stored size: 159 Bytes
Contents
require 'test_helper' class HomeControllerTest < ActionController::TestCase test "should get show" do get :show assert_response :success end end
Version data entries
7 entries across 7 versions & 2 rubygems