diff options
author | Azul <azul@leap.se> | 2013-07-14 14:28:35 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-14 16:11:07 +0200 |
commit | 374eb7bd3f369cba946d4b8002cd51a499aef32a (patch) | |
tree | 5518005eb69b9767eba5ca3027bbcf555de502a8 /common_dependencies.rb | |
parent | cc32ad53286c2c03c88cb55713565c2930796024 (diff) |
js integration test for signup, login, logout
Diffstat (limited to 'common_dependencies.rb')
-rw-r--r-- | common_dependencies.rb | 7 |
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 |