Skip to content

Commit

Permalink
Added ci_reporter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalldor committed May 5, 2009
1 parent 26074c8 commit 782bdd5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vendor/plugins/ci_reporter/tasks/ci_reporter.rake
@@ -0,0 +1,12 @@
begin
gem 'ci_reporter'
rescue
$: << File.dirname(__FILE__) + "/../lib"
end
require 'ci/reporter/rake/rspec'
require 'ci/reporter/rake/test_unit'

namespace :ci do
task :setup_rspec => "ci:setup:rspec"
task :setup_testunit => "ci:setup:testunit"
end

0 comments on commit 782bdd5

Please sign in to comment.