Sha256: 91d1658568446344a841fc12142553445ae2d4e0eba6bf94b628d51c50f9d8f4

Contents?: true

Size: 445 Bytes

Versions: 10

Compression:

Stored size: 445 Bytes

Contents

require 'bundler/setup'
Bundler.setup

require 'tres_delta'

config_file = File.expand_path(File.join(File.dirname(__FILE__), '../config/three_delta.yml'))

unless File.exists?(config_file)
  puts "You must have a config/three_delta.yml file. See config/three_delta.sample.yml for proper format"
  exit 1
end

require 'yaml'

TresDelta::Config.config = YAML.load_file(config_file)

RSpec.configure do |config|
  # TODO: CONFIGURE SOME RSPEC
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tres_delta-0.1.4.3 spec/spec_helper.rb
tres_delta-0.1.4.2 spec/spec_helper.rb
tres_delta-0.1.4.1 spec/spec_helper.rb
tres_delta-0.1.4 spec/spec_helper.rb
tres_delta-0.1.3 spec/spec_helper.rb
tres_delta-0.1.2 spec/spec_helper.rb
tres_delta-0.1.1 spec/spec_helper.rb
tres_delta-0.1.0 spec/spec_helper.rb
tres_delta-0.0.2 spec/spec_helper.rb
tres_delta-0.0.1 spec/spec_helper.rb