Sha256: fbd890ea5b7b2d0db0905599c85aa962a16c6547b348dabefb10a95979e41517
Contents?: true
Size: 234 Bytes
Versions: 8
Compression:
Stored size: 234 Bytes
Contents
require "test_helper" class Admin::CategoriesControllerTest < ActionController::TestCase should "verify form partial can overwrited by model" do get :new assert_match "categories#_form.html.erb", @response.body end end
Version data entries
8 entries across 8 versions & 1 rubygems