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 Mar 10, 2009
1 parent c75e714 commit d8f3fbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -8,3 +8,8 @@ require 'rake/testtask'
require 'rake/rdoctask'

require 'tasks/rails'

require 'rubygems'
gem 'ci_reporter'
require 'ci/reporter/rake/rspec'
require 'ci/reporter/rake/test_unit'

0 comments on commit d8f3fbf

Please sign in to comment.