Sha256: 70628967ed45ba75a2244c2901026c2aea64a706133712a9bf30e589661b3c58
Contents?: true
Size: 328 Bytes
Versions: 6
Compression:
Stored size: 328 Bytes
Contents
module Makers module Extensions module ActiveSupport module TestCase extend ::ActiveSupport::Concern %w(build create).each do |method| define_method method do |name, *args| Makers.definitions.find(name).send method, *args end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems