module Pharrell::Integration::RSpec::ClassMethods

Public Instance Methods

use_config(config) click to toggle source
# File lib/pharrell/integration/rspec.rb, line 18
def use_config(config)
  before(:each) do
    Pharrell.use_config(config)
  end
end