Trimmed Gemfile
authorNeil Smith <neil.git@njae.me.uk>
Mon, 6 Jan 2014 16:23:24 +0000 (16:23 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Mon, 6 Jan 2014 16:23:24 +0000 (16:23 +0000)
Gemfile
Gemfile.lock
spec/spec_helper.rb

diff --git a/Gemfile b/Gemfile
index 97cdf06dc5f6c16d8092465dafaf34b6085ceda0..ae94bb63fee256f1e8edf690c3f9a101c50d55e6 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -46,12 +46,5 @@ gem 'capistrano', group: :development
 
 group :development, :test do
   gem "rspec-rails"
-end
-
-group :test do
   gem "factory_girl_rails"
-  gem "cucumber-rails", :require => false
-  gem "capybara"
-  gem "database_cleaner"
-  gem "launchy"
-end
\ No newline at end of file
+end
index 8085b7962e13524fc14842f035d237eacbd32ae4..4acc3e42f7ee5af57e7fde79838d128c6bbf973d 100644 (file)
@@ -25,7 +25,6 @@ GEM
       multi_json (~> 1.3)
       thread_safe (~> 0.1)
       tzinfo (~> 0.3.37)
-    addressable (2.3.5)
     arel (4.0.1)
     atomic (1.1.14)
     builder (3.1.4)
@@ -33,12 +32,6 @@ GEM
       i18n
       rake (>= 10.0.0)
       sshkit (>= 0.0.23)
-    capybara (2.2.0)
-      mime-types (>= 1.16)
-      nokogiri (>= 1.3.3)
-      rack (>= 1.0.0)
-      rack-test (>= 0.5.4)
-      xpath (~> 2.0)
     coffee-rails (4.0.1)
       coffee-script (>= 2.2.0)
       railties (>= 4.0.0, < 5.0)
@@ -46,18 +39,6 @@ GEM
       coffee-script-source
       execjs
     coffee-script-source (1.6.3)
-    cucumber (1.3.10)
-      builder (>= 2.1.2)
-      diff-lcs (>= 1.1.3)
-      gherkin (~> 2.12)
-      multi_json (>= 1.7.5, < 2.0)
-      multi_test (>= 0.0.2)
-    cucumber-rails (1.4.0)
-      capybara (>= 1.1.2)
-      cucumber (>= 1.2.0)
-      nokogiri (>= 1.5.0)
-      rails (>= 3.0.0)
-    database_cleaner (1.2.0)
     diff-lcs (1.2.5)
     erubis (2.7.0)
     execjs (2.0.2)
@@ -66,8 +47,6 @@ GEM
     factory_girl_rails (4.3.0)
       factory_girl (~> 4.3.0)
       railties (>= 3.0.0)
-    gherkin (2.12.2)
-      multi_json (~> 1.3)
     hike (1.2.3)
     i18n (0.6.9)
     jbuilder (1.5.3)
@@ -77,21 +56,15 @@ GEM
       railties (>= 3.0, < 5.0)
       thor (>= 0.14, < 2.0)
     json (1.8.1)
-    launchy (2.4.2)
-      addressable (~> 2.3)
     mail (2.5.4)
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
     mime-types (1.25.1)
-    mini_portile (0.5.2)
     minitest (4.7.5)
     multi_json (1.8.2)
-    multi_test (0.0.3)
     net-scp (1.1.2)
       net-ssh (>= 2.6.5)
     net-ssh (2.7.0)
-    nokogiri (1.6.1)
-      mini_portile (~> 0.5.0)
     pg (0.17.1)
     polyglot (0.3.3)
     rack (1.5.2)
@@ -162,22 +135,16 @@ GEM
     uglifier (2.4.0)
       execjs (>= 0.3.0)
       json (>= 1.8.0)
-    xpath (2.0.0)
-      nokogiri (~> 1.3)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
   capistrano
-  capybara
   coffee-rails (~> 4.0.0)
-  cucumber-rails
-  database_cleaner
   factory_girl_rails
   jbuilder (~> 1.2)
   jquery-rails
-  launchy
   pg
   rails (= 4.0.2)
   rspec-rails
index a5970b7089b61128dc3ed3316a66d94857b54162..c162f7cc11adae8bfc7d99848092286f22b1fd68 100644 (file)
@@ -3,7 +3,6 @@ ENV["RAILS_ENV"] ||= 'test'
 require File.expand_path("../../config/environment", __FILE__)
 require 'rspec/rails'
 require 'rspec/autorun'
-require 'capybara/rspec'
   
 # Requires supporting ruby files with custom matchers and macros, etc,
 # in spec/support/ and its subdirectories.