We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2962523 commit 7fea161Copy full SHA for 7fea161
Gemfile
@@ -13,6 +13,7 @@ group :test do
13
gem 'redcarpet', :platform => :ruby # For fast, Github-like Markdown
14
gem 'kramdown', :platform => :jruby # For Markdown without a C compiler
15
gem 'rcov', '~> 0.9', :platform => [:ruby_18, :jruby]
16
+ gem 'test-unit'
17
gem 'simplecov', :platform => :ruby_19
18
gem 'simplecov-rcov', :platform => :ruby_19
19
gem 'sqlite3', :platform => [:ruby, :mswin]
0 commit comments