Skip to content

Commit

Permalink
gemspec: add minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
josephholsten committed Sep 2, 2014
1 parent 71dbbe7 commit ab85984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rets4r.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'nokogiri', '>= 1.3.2'
spec.add_runtime_dependency 'thor'
spec.add_development_dependency 'aruba'
spec.add_development_dependency 'activesupport'
spec.add_development_dependency 'aruba'
spec.add_development_dependency 'cucumber'
spec.add_development_dependency 'i18n'
spec.add_development_dependency 'minitest'
spec.add_development_dependency 'mocha'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rdoc'
Expand Down

0 comments on commit ab85984

Please sign in to comment.