Sha256: 00dbaa372dad590ecb55cb613f8cbe7448b3628ce99209c1067ed8f5893a434e
Contents?: true
Size: 186 Bytes
Versions: 24
Compression:
Stored size: 186 Bytes
Contents
require 'test_helper' class WelcomeControllerTest < ActionController::TestCase test "should get index without category" do get :index assert_response :success end end
Version data entries
24 entries across 19 versions & 2 rubygems