Sha256: 23ebb61a92c4ddf9dd71f0dac3648f299a6b1e187ffc2798ef8cb0fc18f142fc
Contents?: true
Size: 317 Bytes
Versions: 3
Compression:
Stored size: 317 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 'rake' RSpec.configure do |config| config.before(:all) { } config.before(:each) { } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cohesion-0.0.6 | spec/spec_helper.rb |
cohesion-0.0.5 | spec/spec_helper.rb |
cohesion-0.0.4 | spec/spec_helper.rb |