Sha256: e7beafe4633734f3cbb3c538adec946d86e2981b7f0e837d30132658a7182a10

Contents?: true

Size: 397 Bytes

Versions: 5

Compression:

Stored size: 397 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'active_finite'
require 'active_support/core_ext'

# 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
active_finite-0.1.4 spec/spec_helper.rb
active_finite-0.1.3 spec/spec_helper.rb
active_finite-0.1.2 spec/spec_helper.rb
active_finite-0.1.1 spec/spec_helper.rb
active_finite-0.1.0 spec/spec_helper.rb