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

Alway use given message ... #155

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

jaynetics
Copy link
Contributor

fixes #122.

I could only run the specs by removing Gemfile.lock and would recommend #150 to be merged before this PR.

Several examples were red with NoMethodErrors before I made any changes. I had to add the value && to fix that.

The example does not allow a url with only a scheme was also red. I had to add the host.empty? check to fix that one.

fixes perfectline#122.

I could only run the specs by removing Gemfile.lock and would recommend perfectline#150 to be merged before this PR.

Several examples were red with NoMethodErrors before I made any changes. I had to add the `value && ` to fix that.

The example `does not allow a url with only a scheme` was also red. I had to add the `host.empty?` check to fix that one.
@kritik kritik merged commit efc636f into perfectline:master Oct 22, 2024
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.

Message option skipped if invalid URI
2 participants