Method: Pbt::Check::ConfigurationMethods#configure
- Defined in:
- lib/pbt/check/configuration.rb
permalink #configure {|configuration| ... } ⇒ Object
Return the current configuration. If you modify the configuration, it will affect all future property-based tests.
53 54 55 |
# File 'lib/pbt/check/configuration.rb', line 53 def configure yield(configuration) end |