Sha256: 468aed1a3268b589eb6fc03969a9b27406c18bd22129ad90ba49355b8b206487
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
namespace :ci do namespace :setup do task :rspec do rm_rf ENV["CI_REPORTS"] || "spec/reports" ENV["RSPECOPTS"] = ["--require", "#{File.dirname(__FILE__)}/rspec_loader.rb", "--format", "CI::Reporter::RSpec"].join(" ") end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ci_reporter-1.0 | lib/ci/reporter/rake/rspec.rb |
ci_reporter-1.1 | lib/ci/reporter/rake/rspec.rb |
ci_reporter-1.2 | lib/ci/reporter/rake/rspec.rb |