Skip to content

Commit

Permalink
added minitest to stub.rake
Browse files Browse the repository at this point in the history
  • Loading branch information
realmyst committed Jan 27, 2012
1 parent 8713d22 commit 9e8389c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stub.rake
Expand Up @@ -2,7 +2,7 @@
# See the file LICENSE.txt included with the distribution for # See the file LICENSE.txt included with the distribution for
# software license details. # software license details.
# #
# Use this stub rakefile as a wrapper around a regular Rakefile. Run in the # Use this stub rakefile as a wrapper around a regular Rakefile. Run in the
# same directory as the real Rakefile. # same directory as the real Rakefile.
# #
# rake -f /path/to/ci_reporter/lib/ci/reporter/rake/stub.rake ci:setup:rspec default # rake -f /path/to/ci_reporter/lib/ci/reporter/rake/stub.rake ci:setup:rspec default
Expand All @@ -11,4 +11,5 @@
load File.dirname(__FILE__) + '/lib/ci/reporter/rake/rspec.rb' load File.dirname(__FILE__) + '/lib/ci/reporter/rake/rspec.rb'
load File.dirname(__FILE__) + '/lib/ci/reporter/rake/cucumber.rb' load File.dirname(__FILE__) + '/lib/ci/reporter/rake/cucumber.rb'
load File.dirname(__FILE__) + '/lib/ci/reporter/rake/test_unit.rb' load File.dirname(__FILE__) + '/lib/ci/reporter/rake/test_unit.rb'
load File.dirname(__FILE__) + '/lib/ci/reporter/rake/minitest.rb'
load 'Rakefile' load 'Rakefile'

0 comments on commit 9e8389c

Please sign in to comment.