Sha256: 46fd8bf1cfe01317c72d1dbaa16dd63f3b60ae2762a51c7687ffa29286355e93
Contents?: true
Size: 429 Bytes
Versions: 2
Compression:
Stored size: 429 Bytes
Contents
ENV['FLUQ_ROOT'] ||= File.expand_path("../scenario/", __FILE__) require 'bundler/setup' require 'rspec' require 'coveralls' Coveralls.wear_merged! require 'fluq/testing' FluQ.logger = Logger.new(FluQ.root.join("log", "fluq.log").to_s) require 'celluloid/rspec' RSpec.configure do |c| c.before :suite do $LOAD_PATH.unshift FluQ.root.join('lib') end c.after do FileUtils.rm_rf FluQ.root.join("tmp").to_s end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluq-0.8.1 | spec/spec_helper.rb |
fluq-0.8.0 | spec/spec_helper.rb |