Sha256: bfc83d9b1e665b75be6b87ef3aec53ba3f93e7485ad9a4a56ef4ae36c2cd08a5

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

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

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

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

    Mock::Application.initialize!
  
  }
  
  config.before(:each) {
        
  }

end

Version data entries

3 entries across 3 versions & 1 rubygems

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