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

Fixed deprecated call to Launchy to avoid annoying deprecated warnings #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jerefrer
Copy link

See the title :)

@jerefrer
Copy link
Author

For information, the warning was saying:

WARNING: You made a call to a deprecated Launchy API. This call should be changed to 'Launchy.open( uri )'
WARNING: I think I was able to find the location that needs to be fixed. Please go look at:
WARNING:
WARNING: /home/jerefrer/.rvm/gems/ruby-1.8.7-p352/gems/webrat-0.7.3/lib/webrat/core/save_and_open_page.rb:22:in open_in_browser' WARNING: def open_in_browser(path) # :nodoc WARNING: require "launchy" WARNING: Launchy::Browser.run(path) WARNING: rescue LoadError WARNING: warn "Sorry, you need to install launchy to open pages:gem install launchy`"
WARNING:
WARNING: If this is not the case, please file a bug. Please file a bug at https://github.com/copiousfreetime/launchy/issues/new

@rickmzp
Copy link

rickmzp commented Oct 3, 2011

+1

2 similar comments
@timgentry
Copy link

+1

@Sodki
Copy link

Sodki commented May 6, 2014

+1

@codener
Copy link

codener commented Jan 20, 2015

please merge this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants