Sha256: d9dce85fe7da0937230673c2c25bf678f97bb06621af2d750154a26c91c1d796

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

# Sets up the environment as test so that exceptions are raised
ENVIRONMENT = "test"
APP_ROOT = File.expand_path(File.dirname(__FILE__) + '/../')

require 'coveralls'
Coveralls.wear!

require "#{APP_ROOT}/lib/cohesion"
require 'rake'

RSpec.configure do |config|
  
  
  config.before(:all) {

    
  
  }
  
  config.before(:each) {
        
  }

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cohesion-1.0.3 spec/spec_helper.rb
cohesion-1.0.2 spec/spec_helper.rb
cohesion-1.0.1 spec/spec_helper.rb
cohesion-1.0.0 spec/spec_helper.rb
cohesion-0.0.7 spec/spec_helper.rb