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

2.4 stable #1499

Closed
wants to merge 20 commits into from
Closed

2.4 stable #1499

wants to merge 20 commits into from

Conversation

aditya811
Copy link

No description provided.

twalpole and others added 20 commits September 18, 2014 15:35
It is convenient to be able to pass in URI objects to `visit`, but
these need to be coerced to a string before actual usage. Most of
visit's code paths would convert the incoming url to a string
as-needed. However, the path used when `always_include_port` is
enabled did not, causing an error where `URI.parse` would try to parse
an existing URI object.

This change consolidates the coercion to string at the entrypoint of
the method.
check correct version string for rspec composable
This test had a hardcoded values for the URI to visit which varies for different test cases. When these specs are integrated in custom driver's test suite like capybara-mechanize, it leads to failures.

This replaces #1227, which was rejected for changing the original purpose of the test. However, this patch only changes the hardcoding. It will allow phillbaker/capybara-mechanize#55 to proceed and bump it's compatibility to beyond capybara 2.1.
@twalpole
Copy link
Member

twalpole commented Apr 8, 2015

What is the reason for this?

@aditya811 aditya811 closed this Apr 8, 2015
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.

None yet

8 participants