Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1152 replace capybara webkit by phantomjs #1245

Merged
merged 2 commits into from
Mar 10, 2015

Conversation

eugenk
Copy link
Member

@eugenk eugenk commented Mar 6, 2015

This shall fix #1152. This branch is based on the one of #1236 because I wanted to document the external dependencies directly in the new development setup pages.

@@ -6,6 +6,8 @@
require File.expand_path("../../../spec/shared_helper", __FILE__)

require 'cucumber/rails'
require 'capybara/poltergeist'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@0robustus1
Copy link
Contributor

I'm assuming that this fails on jenkins because phantom.js isn't yet installed on the machine.
For the two unique commits of this pr: 👍

@eugenk eugenk force-pushed the 1152-replace_capybara_webkit_by_phantomjs branch from b5f5d65 to 4427eb4 Compare March 8, 2015 07:42
@eugenk eugenk force-pushed the 1152-replace_capybara_webkit_by_phantomjs branch from 4427eb4 to d69b803 Compare March 9, 2015 09:01
@eugenk
Copy link
Member Author

eugenk commented Mar 10, 2015

test this please

eugenk added a commit that referenced this pull request Mar 10, 2015
…_phantomjs

1152 replace capybara webkit by phantomjs
@eugenk eugenk merged commit 4c81e65 into staging Mar 10, 2015
@eugenk eugenk deleted the 1152-replace_capybara_webkit_by_phantomjs branch March 10, 2015 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace capybara-webkit by phantomjs
3 participants