azanar/punchout

View on GitHub
lib/punchout/fabricable.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'punchout/fabricator'

module Punchout
  module Fabricable
    def puncher
      @puncher ||= Fabricator.new(factory)
    end
  end
end