Skip to content

Commit

Permalink
Add minitest gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Jan 29, 2012
1 parent e53170b commit 20b1ad5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -13,6 +13,7 @@ group :development do
gem 'cucumber'
gem 'rspec', '> 2.0.0'
gem 'test-unit', '> 2.0.0'
gem 'minitest'
gem 'rcov', :platform => :ruby_18
gem 'rdoc'
gem 'jruby-openssl', :platform => :jruby
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -21,6 +21,7 @@ GEM
json (1.6.3)
json (1.6.3-java)
json_pure (1.6.1)
minitest (2.2.2)
rake (0.9.2.2)
rcov (1.0.0)
rdoc (3.9.2)
Expand All @@ -46,6 +47,7 @@ DEPENDENCIES
cucumber
hoe
jruby-openssl
minitest
rcov
rdoc
rspec (> 2.0.0)
Expand Down
3 changes: 3 additions & 0 deletions Manifest.txt
Expand Up @@ -5,8 +5,11 @@ README.rdoc
Rakefile
lib/ci/reporter/core.rb
lib/ci/reporter/cucumber.rb
lib/ci/reporter/minitest.rb
lib/ci/reporter/rake/cucumber.rb
lib/ci/reporter/rake/cucumber_loader.rb
lib/ci/reporter/rake/minitest.rb
lib/ci/reporter/rake/minitest_loader.rb
lib/ci/reporter/rake/rspec.rb
lib/ci/reporter/rake/rspec_loader.rb
lib/ci/reporter/rake/test_unit.rb
Expand Down

0 comments on commit 20b1ad5

Please sign in to comment.