Module: Pharrell::Integration::RSpec::ClassMethods

Defined in:
lib/pharrell/integration/rspec.rb

Instance Method Summary collapse

Instance Method Details

#use_config(config) ⇒ Object



18
19
20
21
22
# File 'lib/pharrell/integration/rspec.rb', line 18

def use_config(config)
  before(:each) do
    Pharrell.use_config(config)
  end
end