Bump Capybara dependency to 2.0.2

Required for Capybara::SpecHelper.configure.
This commit is contained in:
Matthew Horan 2013-01-03 13:55:55 -05:00
parent 8a8d12af5c
commit 59ca3c9789
3 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@ PATH
remote: .
specs:
capybara-webkit (0.13.0)
capybara (>= 2.0.1)
capybara (~> 2.0, >= 2.0.2)
json
GEM
@ -12,7 +12,7 @@ GEM
appraisal (0.4.0)
bundler
rake
capybara (2.0.1)
capybara (2.0.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
@ -23,16 +23,15 @@ GEM
ffi (~> 1.0, >= 1.0.6)
diff-lcs (1.1.2)
ffi (1.2.0)
ffi (1.2.0-x86-mingw32)
json (1.7.5)
libwebsocket (0.1.5)
json (1.7.6)
libwebsocket (0.1.7.1)
addressable
websocket
mime-types (1.19)
mini_magick (3.2.1)
subexec (~> 0.0.4)
multi_json (1.3.7)
nokogiri (1.5.5)
nokogiri (1.5.5-x86-mingw32)
multi_json (1.5.0)
nokogiri (1.5.6)
rack (1.4.1)
rack-test (0.6.2)
rack (>= 1.0)
@ -46,7 +45,7 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.9)
selenium-webdriver (2.26.0)
selenium-webdriver (2.27.2)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
@ -56,6 +55,7 @@ GEM
tilt (~> 1.2)
subexec (0.0.4)
tilt (1.2.2)
websocket (1.0.6)
xpath (1.0.0)
nokogiri (~> 1.3)

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.extensions = "extconf.rb"
s.add_runtime_dependency("capybara", [">= 2.0.1"])
s.add_runtime_dependency("capybara", "~> 2.0", ">= 2.0.2")
s.add_runtime_dependency("json")
s.add_development_dependency("rspec", "~> 2.6.0")

View File

@ -33,7 +33,7 @@ end
RSpec.configure do |c|
c.filter_run_excluding :skip_on_windows => !(RbConfig::CONFIG['host_os'] =~ /mingw32/).nil?
c.before { Capybara.app_host = nil }
Capybara::SpecHelper.configure(c)
end
def with_env_vars(vars)