From 715101b83cf4db8cc81e727231b2a10a78b99a3f Mon Sep 17 00:00:00 2001 From: Stephen Crosby Date: Sat, 30 Aug 2014 20:03:58 -0700 Subject: [PATCH] add poltergeist --- Gemfile | 1 + Gemfile.lock | 8 ++++++++ spec/spec_helper.rb | 1 + 3 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 754b76d..9c58c55 100644 --- a/Gemfile +++ b/Gemfile @@ -80,6 +80,7 @@ end group :test do gem 'capybara' + gem 'poltergeist' gem 'launchy' gem 'database_cleaner' gem 'email_spec' diff --git a/Gemfile.lock b/Gemfile.lock index 2fa04a0..42612c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,6 +59,7 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) + cliver (0.3.2) coderay (1.0.9) coveralls (0.7.0) multi_json (~> 1.3) @@ -195,6 +196,11 @@ GEM orm_adapter (0.4.0) pjax_rails (0.3.4) jquery-rails + poltergeist (1.5.1) + capybara (~> 2.1) + cliver (~> 0.3.1) + multi_json (~> 1.0) + websocket-driver (>= 0.2.0) polyglot (0.3.4) premailer (1.7.3) css_parser (>= 1.1.9) @@ -313,6 +319,7 @@ GEM webmock (1.15.0) addressable (>= 2.2.7) crack (>= 0.3.2) + websocket-driver (0.3.3) xmpp4r (0.5.5) xpath (2.0.0) nokogiri (~> 1.3) @@ -358,6 +365,7 @@ DEPENDENCIES mongoid_rails_migrations omniauth-github pjax_rails + poltergeist pry-rails puma quiet_assets diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ea72e22..a4f2b14 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -19,6 +19,7 @@ end require File.expand_path("../../config/environment", __FILE__) require 'rspec/rails' +require 'email_spec' require 'database_cleaner' require 'webmock/rspec' require 'xmpp4r' -- libgit2 0.21.2