Sha256: de53e698863009c3481f0adb9d8d96f8d95a34c1dea252f1622ef557a30acb7c

Contents?: true

Size: 420 Bytes

Versions: 6

Compression:

Stored size: 420 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'fathom'
require 'rspec'
require 'rspec/autorun'

# 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.0 spec/spec_helper.rb
fathom-0.2.3 spec/spec_helper.rb
fathom-0.2.2 spec/spec_helper.rb
fathom-0.2.1 spec/spec_helper.rb
fathom-0.2.0 spec/spec_helper.rb
fathom-0.1.0 spec/spec_helper.rb