From ac7f3434407079409afdd750bb833ee1da2ea49d Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Mon, 6 Jan 2014 16:23:24 +0000 Subject: [PATCH] Trimmed Gemfile --- Gemfile | 9 +-------- Gemfile.lock | 33 --------------------------------- spec/spec_helper.rb | 1 - 3 files changed, 1 insertion(+), 42 deletions(-) diff --git a/Gemfile b/Gemfile index 97cdf06..ae94bb6 100644 --- 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 diff --git a/Gemfile.lock b/Gemfile.lock index 8085b79..4acc3e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a5970b7..c162f7c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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. -- 2.34.1