Sha256: 5b1140f6ce5d74d1f65ac275cfb75c4df68c15bdee640cc420aec04aea94d4b5

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'string-stats-ah'

# 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

2 entries across 2 versions & 2 rubygems

Version Path
string-stats-ahh-0.1.0.1 spec/spec_helper.rb
string-stats-ah-0.1.0 spec/spec_helper.rb