Sha256: 32e951cb4fa9b6849d0898281d25cbf0b29f49b1a69ea2f7971bf68ae11ca114
Contents?: true
Size: 443 Bytes
Versions: 6
Compression:
Stored size: 443 Bytes
Contents
require "test_helper" require "mimoco" class ControllersTest < ActionDispatch::IntegrationTest def test_some controllers = { OrdersController => { respond_to: %i[create destroy edit index new show update], class_methods: %i[class_method], call_class_methods: %i[class_method], public_methods: %i[create destroy edit index new show update] } } check_controllers controllers end end
Version data entries
6 entries across 6 versions & 1 rubygems