Module: DCI::Rspec::Helpers
- Defined in:
- lib/dci/rspec/helpers.rb
Instance Method Summary collapse
Instance Method Details
#dci_context!(**args) ⇒ Object
6 7 8 |
# File 'lib/dci/rspec/helpers.rb', line 6 def dci_context!(**args) Thread.current[:context] = OpenStruct.new(args) end |