Sha256: 0653058bbaa08e1eda11041ed20a3c3bbb51e473b062f96ab08ad372f0d7a0e8
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
ENV['TAZA_ENV'] = "isolation" if ENV['TAZA_ENV'].nil? require 'rubygems' require 'rspec' require 'mocha' lib_path = File.expand_path("#{File.dirname(__FILE__)}/../lib/sites") $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path) RSpec.configure do |config| config.mock_with :mocha end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taza-0.9.0 | lib/app_generators/taza/templates/spec_helper.rb.erb |