Sha256: 28cc91a6f549d3c08bb5365a8c1b9dc4064f09d03fddcfb17d0fb76959550e51

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

ENV['TESTING'] = 'true'

Bundler.require(:default, :development)
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'mavenlink'))
require 'webmock/rspec'

# 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|
  def load_fixture(path)
    File.read(File.join(File.dirname(__FILE__), 'fixtures', path))
  end
  
  config.mock_with :rr
end

  

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mavenlink-0.2.2 spec/spec_helper.rb
mavenlink-0.2.1 spec/spec_helper.rb
mavenlink-0.2.0 spec/spec_helper.rb