docile/spec
Marc Siegel 745b317e12 Allow helper methods defined in the block's context to call DSL methods
Previously, it turns out that this wasn't possible, which made
refactoring code that used Docile to extract common helper methods,
and re-use them in different blocks, a painful experience.

This change should make it possible to extract methods from blocks
into the context around the block, and have those extracted helper
methods still able to call methods on the DSL object.
2018-02-07 17:06:53 -05:00
..
docile_spec.rb Allow helper methods defined in the block's context to call DSL methods 2018-02-07 17:06:53 -05:00
spec_helper.rb Standardize on double-quoted strings 2018-01-14 19:15:09 -05:00