Sha256: 29e048e929903dba72df5b9f805d98fdbdca26b299e4101c896ec700f6c576cf

Contents?: true

Size: 192 Bytes

Versions: 35

Compression:

Stored size: 192 Bytes

Contents

module ConfigurationCache
  def self.pull
    @previous_config = Journey.configuration.clone
  end

  def self.push
    Journey.configuration = @previous_config if @previous_config
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
embark-journey-0.2.1 spec/support/configuration_cache.rb
embark-journey-0.1.8 spec/support/configuration_cache.rb
embark-journey-0.1.7 spec/support/configuration_cache.rb
embark-journey-0.1.6 spec/support/configuration_cache.rb
embark-journey-0.1.5 spec/support/configuration_cache.rb
embark-journey-0.1.4 spec/support/configuration_cache.rb
embark-journey-0.1.3 spec/support/configuration_cache.rb
embark-journey-0.1.1 spec/support/configuration_cache.rb
embark-journey-0.1.0 spec/support/configuration_cache.rb
embark-journey-0.0.29 spec/support/configuration_cache.rb
embark-journey-0.0.28 spec/support/configuration_cache.rb
embark-journey-0.0.27 spec/support/configuration_cache.rb
embark-journey-0.0.26 spec/support/configuration_cache.rb
embark-journey-0.0.25 spec/support/configuration_cache.rb
embark-journey-0.0.24 spec/support/configuration_cache.rb
embark-journey-0.0.23 spec/support/configuration_cache.rb
embark-journey-0.0.22 spec/support/configuration_cache.rb
embark-journey-0.0.21 spec/support/configuration_cache.rb
embark-journey-0.0.20 spec/support/configuration_cache.rb
embark-journey-0.0.19 spec/support/configuration_cache.rb