Sha256: a06144897a89e47cd2507cf378364422b3a507d88035f0e0cfb4539caf8779b8
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
require 'rubygems' require 'bundler/setup' require File.expand_path(File.dirname(__FILE__) + '/../lib/ach_builder.rb') Dir[File.expand_path(File.dirname(__FILE__) + '/support/**/*.rb')].each {|f| require f} RSpec.configure do |config| # some (optional) config here end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ach_builder-0.2.2 | spec/spec_helper.rb |
ach_builder-0.2.1 | spec/spec_helper.rb |