Sha256: 7feb9f2c0ee98eedbf0f4b498d8c454b45b5c1a5298c4ab84d0c19f1c38d1972

Contents?: true

Size: 437 Bytes

Versions: 6

Compression:

Stored size: 437 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'fathom'
require 'rspec'
require 'rspec/autorun'

include Fathom

# Requires supporting ruby files in spec/support/ and its subdirectories.
Dir[File.join(File.dirname(__FILE__), "support/**/*.rb")].each {|f| require f}

RSpec.configure do |c|
  # c.filter_run :focus => true
  c.filter_run_excluding :slow => true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fathom-0.3.7 spec/spec_helper.rb
fathom-0.3.6 spec/spec_helper.rb
fathom-0.3.4 spec/spec_helper.rb
fathom-0.3.3 spec/spec_helper.rb
fathom-0.3.2 spec/spec_helper.rb
fathom-0.3.1 spec/spec_helper.rb