Sha256: fa29b6720bf651f8374c2f97551f932c08c88ceb2d6bfdb13d80a78d234a4327

Contents?: true

Size: 412 Bytes

Versions: 4

Compression:

Stored size: 412 Bytes

Contents

require 'sexy_settings'
SexySettings.configure do |config|
  config.path_to_default_settings = File.expand_path("default.yml", File.join(File.dirname(__FILE__), '..', 'config'))
  config.path_to_custom_settings = File.expand_path("custom.yml", File.join(File.dirname(__FILE__), '..', 'config'))
end

def settings
  SexySettings::Base.instance
end

def log
  Howitzer::Log.instance
end

ENV['TEST_MODE'] = "TRUE"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
howitzer-1.1.1 spec/support/boot_helper.rb
howitzer-1.1.0 spec/support/boot_helper.rb
howitzer-1.0.2 spec/support/boot_helper.rb
howitzer-1.0.1 spec/support/boot_helper.rb