summaryrefslogtreecommitdiff
path: root/opentox-test.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-04-25 12:12:29 +0200
committerChristoph Helma <helma@in-silico.ch>2013-04-25 12:12:29 +0200
commit47f7827933f7fff32fa13cbbc4d577795a90e57f (patch)
treedbcfa4eac27349ea232a55a49aae598c915d8497 /opentox-test.gemspec
parent0bbd202a1870f93b62118c9b690993bca8ae3520 (diff)
tests moved to minitest
Diffstat (limited to 'opentox-test.gemspec')
-rw-r--r--opentox-test.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentox-test.gemspec b/opentox-test.gemspec
index 2d3691f..df3494f 100644
--- a/opentox-test.gemspec
+++ b/opentox-test.gemspec
@@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["test"]
gem.required_ruby_version = '>= 1.9.2'
+ gem.add_runtime_dependency 'minitest'
gem.add_runtime_dependency "opentox-client"
gem.post_install_message = "Please configure test in ~/.opentox/config/test.rb"