Sha256: c4859f8172a8a463ef221f8165db1ac757d957ee6f7c70e3dfb07fc40213d92b

Contents?: true

Size: 340 Bytes

Versions: 30

Compression:

Stored size: 340 Bytes

Contents

if ENV['START_SIMPLECOV'].to_i == 1
  require 'simplecov'
  SimpleCov.start do
    add_filter "#{File.basename(File.dirname(__FILE__))}/"
  end
end
require 'rspec'
begin
  require 'byebug'
rescue LoadError
end
require 'complex_config'

def config_dir
  Pathname.new(__FILE__).dirname + "config"
end

def asset(name)
  config_dir + name
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
complex_config-0.20.0 spec/spec_helper.rb
complex_config-0.19.4 spec/spec_helper.rb
complex_config-0.19.3 spec/spec_helper.rb
complex_config-0.19.2 spec/spec_helper.rb
complex_config-0.19.1 spec/spec_helper.rb
complex_config-0.19.0 spec/spec_helper.rb
complex_config-0.18.2 spec/spec_helper.rb
complex_config-0.18.1 spec/spec_helper.rb
complex_config-0.18.0 spec/spec_helper.rb
complex_config-0.17.1 spec/spec_helper.rb
complex_config-0.17.0 spec/spec_helper.rb
complex_config-0.16.0 spec/spec_helper.rb
complex_config-0.15.1 spec/spec_helper.rb
complex_config-0.15.0 spec/spec_helper.rb
complex_config-0.14.1 spec/spec_helper.rb
complex_config-0.14.0 spec/spec_helper.rb
complex_config-0.13.3 spec/spec_helper.rb
complex_config-0.13.2 spec/spec_helper.rb
complex_config-0.13.1 spec/spec_helper.rb
complex_config-0.13.0 spec/spec_helper.rb