Sha256: 1aed7617ac7655a2777c148dcfb9eb93ea24754ce28770172d731ee802f946b4
Contents?: true
Size: 668 Bytes
Versions: 2
Compression:
Stored size: 668 Bytes
Contents
require 'worker_roulette' # require 'simplecov' # require 'simplecov-rcov' # class SimpleCov::Formatter::MergedFormatter # def format(result) # SimpleCov::Formatter::HTMLFormatter.new.format(result) # SimpleCov::Formatter::RcovFormatter.new.format(result) # end # end # SimpleCov.formatter = SimpleCov::Formatter::MergedFormatter # SimpleCov.start require File.expand_path(File.join("..", "..", "lib", "worker_roulette.rb"), __FILE__) include WorkerRoulette Dir[File.join(File.dirname(__FILE__), 'helpers', '**/*.rb')].sort.each { |file| require file.gsub(".rb", "")} # RSpec.configure do |c| # after(:each) do # Redis.new.flushall # end # end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
worker_roulette-0.0.3 | spec/spec_helper.rb |
worker_roulette-0.0.2 | spec/spec_helper.rb |