Skip to content

Commit 7fea161

Browse files
committed
add test-unit to the gemfile
1 parent 2962523 commit 7fea161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ group :test do
1313
gem 'redcarpet', :platform => :ruby # For fast, Github-like Markdown
1414
gem 'kramdown', :platform => :jruby # For Markdown without a C compiler
1515
gem 'rcov', '~> 0.9', :platform => [:ruby_18, :jruby]
16+
gem 'test-unit'
1617
gem 'simplecov', :platform => :ruby_19
1718
gem 'simplecov-rcov', :platform => :ruby_19
1819
gem 'sqlite3', :platform => [:ruby, :mswin]

0 commit comments

Comments
 (0)