Skip to content

Commit

Permalink
test: add ci reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hauke committed Jun 17, 2011
1 parent f643507 commit 30ed737
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ tmp/**/*
Gemfile.lock
config/database.yml
*~
coverage
test/reports
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ gem 'fidius-cvedb'

# testcoverage
gem "simplecov", :require => false, :group => :test
gem 'amfranz-ci_reporter', '~>1.6.2', :require => false, :group => :test
gem 'test-unit', '~>2.3.0', :require => false, :group => :test

gem "fidius-common", :require => 'fidius-common/json_symbol_addon'
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

require File.expand_path('../config/application', __FILE__)
require 'rake'
require 'ci/reporter/rake/test_unit' # use this if you're using Test::Unit

CommandAndControl::Application.load_tasks

0 comments on commit 30ed737

Please sign in to comment.