Sha256: ad2cfaf7747a1da0e0e40057032c9434fc9069e6e64bb2f7f726a4381603b4d3

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require 'coveralls'
Coveralls.wear!

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'rubicure'
require 'rspec'
require 'rspec-parameterized'
require 'delorean'

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

RSpec.configure do |config|
  config.include Delorean

  config.after(:each) do
    back_to_the_present
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubicure-0.0.3 spec/spec_helper.rb
rubicure-0.0.2 spec/spec_helper.rb
rubicure-0.0.1 spec/spec_helper.rb