module DCI::Rspec::Helpers
Public Instance Methods
dci_context!(**args)
click to toggle source
# File lib/dci/rspec/helpers.rb, line 6 def dci_context!(**args) Thread.current[:context] = OpenStruct.new(args) end