Sha256: 5fbc168ba196a6120f15e61176a48cbe2ff05814e048f23fb00969018e237e9e
Contents?: true
Size: 359 Bytes
Versions: 5
Compression:
Stored size: 359 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'dibs_hmac' # 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
dibs_hmac-0.2.0 | spec/spec_helper.rb |
dibs_hmac-0.1.3 | spec/spec_helper.rb |
dibs_hmac-0.1.2 | spec/spec_helper.rb |
dibs_hmac-0.1.1 | spec/spec_helper.rb |
dibs_hmac-0.1.0 | spec/spec_helper.rb |