Module: Cocina::RSpec::Factories::Methods
- Defined in:
- lib/cocina/rspec/factories.rb
Overview
Provides the build method.
Instance Method Summary collapse
Instance Method Details
#build(type) ⇒ Object
9 10 11 12 |
# File 'lib/cocina/rspec/factories.rb', line 9 def build(type, ...) # If we don't support this factory, maybe factory_bot does. Factories.supported_type?(type) ? Factories.build(type, ...) : super end |