summaryrefslogtreecommitdiff
path: root/opentox-test.gemspec
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-02-25 17:23:44 +0100
committergebele <gebele@in-silico.ch>2014-02-25 17:23:44 +0100
commit982e74c0f1d73203bbd970d3822abe6cb3ce64c0 (patch)
tree6b8c0e054d447a56ed36271c57f5d8a7d1f52a80 /opentox-test.gemspec
parentde634d8e29033427b6a7c5f1bf2064b914c1f2f0 (diff)
reactivated lazarweb test
Diffstat (limited to 'opentox-test.gemspec')
-rw-r--r--opentox-test.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/opentox-test.gemspec b/opentox-test.gemspec
index df3494f..3a259e0 100644
--- a/opentox-test.gemspec
+++ b/opentox-test.gemspec
@@ -18,6 +18,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'minitest'
gem.add_runtime_dependency "opentox-client"
+ gem.add_runtime_dependency 'capybara'
+ gem.add_runtime_dependency 'capybara-webkit'
gem.post_install_message = "Please configure test in ~/.opentox/config/test.rb"
end