Skip to content

Commit

Permalink
Workaround jruby bug inside Capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 17, 2018
1 parent 0f1c22a commit 0d511a0
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :development do
end

group :test do
gem 'capybara', '~> 3.0'
gem 'capybara', git: 'https://github.com/deivid-rodriguez/capybara', branch: 'fix_jruby_issue'
gem 'simplecov', require: false # Test coverage generator. Go to /coverage/ after running tests
gem 'codecov', require: false # Test coverage website. Go to https://codecov.io
gem 'cucumber-rails', '~> 1.5', require: false
Expand Down
24 changes: 15 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/deivid-rodriguez/capybara
revision: b01b4ceaa7b7ee65b4a0c0d99eaf48bb2735f341
branch: fix_jruby_issue
specs:
capybara (3.9.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.2)

PATH
remote: .
specs:
Expand Down Expand Up @@ -93,13 +106,6 @@ GEM
builder (3.2.3)
byebug (10.0.2)
cancan (1.6.10)
capybara (3.8.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
codecov (0.1.10)
Expand Down Expand Up @@ -390,7 +396,7 @@ GEM
websocket-driver (0.7.0-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.16)

Expand All @@ -405,7 +411,7 @@ DEPENDENCIES
binding_of_caller
bootsnap
cancan
capybara (~> 3.0)
capybara!
codecov
cucumber
cucumber-rails (~> 1.5)
Expand Down
24 changes: 15 additions & 9 deletions gemfiles/rails_50.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/deivid-rodriguez/capybara
revision: b01b4ceaa7b7ee65b4a0c0d99eaf48bb2735f341
branch: fix_jruby_issue
specs:
capybara (3.9.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.2)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -85,13 +98,6 @@ GEM
builder (3.2.3)
byebug (10.0.2)
cancan (1.6.10)
capybara (3.8.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
codecov (0.1.10)
Expand Down Expand Up @@ -377,7 +383,7 @@ GEM
websocket-driver (0.6.5-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.16)

Expand All @@ -391,7 +397,7 @@ DEPENDENCIES
better_errors
binding_of_caller
cancan
capybara (~> 3.0)
capybara!
codecov
cucumber
cucumber-rails (~> 1.5)
Expand Down
24 changes: 15 additions & 9 deletions gemfiles/rails_51.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/deivid-rodriguez/capybara
revision: b01b4ceaa7b7ee65b4a0c0d99eaf48bb2735f341
branch: fix_jruby_issue
specs:
capybara (3.9.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.2)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -85,13 +98,6 @@ GEM
builder (3.2.3)
byebug (10.0.2)
cancan (1.6.10)
capybara (3.8.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
codecov (0.1.10)
Expand Down Expand Up @@ -376,7 +382,7 @@ GEM
websocket-driver (0.6.5-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.16)

Expand All @@ -390,7 +396,7 @@ DEPENDENCIES
better_errors
binding_of_caller
cancan
capybara (~> 3.0)
capybara!
codecov
cucumber
cucumber-rails (~> 1.5)
Expand Down

0 comments on commit 0d511a0

Please sign in to comment.