summaryrefslogtreecommitdiff
path: root/common_dependencies.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-07-14 14:28:35 +0200
committerAzul <azul@leap.se>2013-07-14 16:11:07 +0200
commit374eb7bd3f369cba946d4b8002cd51a499aef32a (patch)
tree5518005eb69b9767eba5ca3027bbcf555de502a8 /common_dependencies.rb
parentcc32ad53286c2c03c88cb55713565c2930796024 (diff)
js integration test for signup, login, logout
Diffstat (limited to 'common_dependencies.rb')
-rw-r--r--common_dependencies.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/common_dependencies.rb b/common_dependencies.rb
index 63c3710..085a898 100644
--- a/common_dependencies.rb
+++ b/common_dependencies.rb
@@ -1,7 +1,14 @@
source "http://rubygems.org"
group :test do
+ # moching and stubing
gem 'mocha', '~> 0.13.0', :require => false
+ # integration testing
+ gem 'capybara'
+ # headless js integration testing
+ gem 'poltergeist'
+ # required for save_and_open_page in integration tests
+ # gem 'launchy'
end
group :test, :development do