Sha256: ce41577a6e543aa50a0b77245e0a609063566985e670ea8ea12af10f8f1e0a1b

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

ENV["RAILS_ENV"] = "test"
$:.unshift File.dirname(__FILE__)
$:.unshift File.expand_path('../lib', __FILE__)

require 'bundler/setup'
require 'cover_me'
require 'rspec'
require 'tane'

CoverMe.config do |c|
end

RSpec.configure do |config|
  # Haven't decided yet what to configure here
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tane-0.0.5 spec/spec_helper.rb
tane-0.0.4 spec/spec_helper.rb
tane-0.0.3 spec/spec_helper.rb
tane-0.0.2 spec/spec_helper.rb
tane-0.0.1 spec/spec_helper.rb