Sha256: d3bc12421af47a3bd78234220961038829ede3d127a1e7d59dae57c6386d1ed3

Contents?: true

Size: 145 Bytes

Versions: 7

Compression:

Stored size: 145 Bytes

Contents

require 'climate_control'

RSpec.configure do |config|
  def with_env(options = {}, &block)
    ClimateControl.modify(options, &block)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flipper-1.2.1 spec/support/climate_control.rb
flipper-1.2.0 spec/support/climate_control.rb
flipper-1.1.2 spec/support/climate_control.rb
flipper-1.1.1 spec/support/climate_control.rb
flipper-1.1.0 spec/support/climate_control.rb
flipper-1.0.0 spec/support/climate_control.rb
flipper-1.0.0.pre spec/support/climate_control.rb