Sha256: 11bf67b8566e24ba6450ee4a73fe85e7054ce36b8544649ad9c1ce53b4d24f31
Contents?: true
Size: 325 Bytes
Versions: 5
Compression:
Stored size: 325 Bytes
Contents
require 'test_helper' class Api::V1::TemplateKindsControllerTest < ActionController::TestCase test "should get index" do get :index, { } assert_response :success assert_not_nil assigns(:template_kinds) template_kinds = ActiveSupport::JSON.decode(@response.body) assert !template_kinds.empty? end end
Version data entries
5 entries across 5 versions & 1 rubygems