Sha256: 2e16a29e8ab92e76c9c3f8f85024c2107da6f99186b133b37a71052781f95e4d

Contents?: true

Size: 359 Bytes

Versions: 7

Compression:

Stored size: 359 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'flx-tools'

# 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

7 entries across 7 versions & 1 rubygems

Version Path
flx-tools-0.3.4 spec/spec_helper.rb
flx-tools-0.3.3 spec/spec_helper.rb
flx-tools-0.3.2 spec/spec_helper.rb
flx-tools-0.3.1 spec/spec_helper.rb
flx-tools-0.3.0 spec/spec_helper.rb
flx-tools-0.2.0 spec/spec_helper.rb
flx-tools-0.1.0 spec/spec_helper.rb