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

Feature implement i18n #17

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

KarenVentura
Copy link

This PR include:

@@ -54,4 +54,12 @@

config.include Capybara::DSL
config.include Support::Features

Capybara.register_driver :webkit do |app|
Capybara::Selenium::Driver.new(app, :browser => :chrome)

Choose a reason for hiding this comment

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

Use the new Ruby 1.9 hash syntax.

@anymoto
Copy link

anymoto commented Sep 3, 2015

LGTM :shipit:

@@ -54,4 +54,12 @@

config.include Capybara::DSL
config.include Support::Features

Capybara.register_driver :webkit do |app|
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this: was only for debugging

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.

4 participants