Test Capybara Webkit against Capybara v2.1.0

This commit is contained in:
Prem Sichanugrist 2013-04-09 11:45:57 -04:00
parent 58c5b41339
commit 0abc7e139f
4 changed files with 8 additions and 8 deletions

View File

@ -3,5 +3,5 @@ appraise "2.0" do
end
appraise "2.1" do
gem "capybara", "~> 2.1.0.rc1"
gem "capybara", "~> 2.1.0"
end

View File

@ -1,5 +1,5 @@
PATH
remote: /home/mhoran/capybara-webkit
remote: /Users/sikachu/Projects/capybara-webkit
specs:
capybara-webkit (0.14.1)
capybara (~> 2.0, >= 2.0.2)

View File

@ -2,6 +2,6 @@
source "https://rubygems.org"
gem "capybara", "~> 2.1.0.rc1"
gem "capybara", "~> 2.1.0"
gemspec :path=>"../"

View File

@ -1,5 +1,5 @@
PATH
remote: /home/mhoran/capybara-webkit
remote: /Users/sikachu/Projects/capybara-webkit
specs:
capybara-webkit (0.14.1)
capybara (~> 2.0, >= 2.0.2)
@ -11,12 +11,12 @@ GEM
appraisal (0.4.1)
bundler
rake
capybara (2.1.0.rc1)
capybara (2.1.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0.0.beta1)
xpath (~> 2.0)
childprocess (0.3.8)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.1.3)
@ -54,7 +54,7 @@ GEM
subexec (0.2.2)
tilt (1.3.3)
websocket (1.0.7)
xpath (2.0.0.beta1)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
@ -62,7 +62,7 @@ PLATFORMS
DEPENDENCIES
appraisal (~> 0.4.0)
capybara (~> 2.1.0.rc1)
capybara (~> 2.1.0)
capybara-webkit!
mini_magick
rake