everydayrails / rails-4-1-rspec-3-0

Code samples for Everyday Rails Testing with RSpec, Rails 4.1/RSpec 3.0 edition
272 stars 229 forks source link

Ch 2, need to install Launchy explicitly? #7

Closed JunichiIto closed 10 years ago

JunichiIto commented 10 years ago

As you mentioned in chapter 8, Launchy is installed with Capybara. So you can remove it from Gemfile. Actually I have never added Launchy to Gemfile explicitly.

ruralocity commented 10 years ago

Does launchy work for you when not explicitly installed? I always get "Please install the launchy gem to open the file automatically." if I'm not explicit about it.

JunichiIto commented 10 years ago

You are right. I confirmed this application needs to install Launchy explicitly. In my case, some other gems seem to install it via their dependencies.