Sha256: 1059f8bcda5d6329d2bcfb11b420be302283e2cbca8f8b97e5f877f4942aeeaf
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true module Fixturizer module Rspec module Helpers class Records include Singleton def apply(value:, rule:) Fixturizer::Services.get.engine(name: :record, parameters: { value:, rule: }).apply end end end end end def record Fixturizer::Rspec::Helpers::Records.instance end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fixturizer-0.4.4 | lib/fixturizer/rspec/helpers/records.rb |
fixturizer-0.4.3 | lib/fixturizer/rspec/helpers/records.rb |