Sha256: dd5a2ad4af005961e6e4f0d6ca781eef5230ca3c97ac81842de62f61273d5d50
Contents?: true
Size: 376 Bytes
Versions: 4
Compression:
Stored size: 376 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'zip_tricks' require 'digest' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
zip_tricks-2.7.0 | spec/spec_helper.rb |
zip_tricks-2.6.1 | spec/spec_helper.rb |
zip_tricks-2.6.0 | spec/spec_helper.rb |
zip_tricks-2.5.0 | spec/spec_helper.rb |