jonleighton / spring-commands-rspec

MIT License
378 stars 37 forks source link

Complexity of install, using cucumber or rspec #3

Closed diabolo closed 11 years ago

diabolo commented 11 years ago

Previously I installed spring in my global gemset then created a couple of aliases to run cucumber and spec.

Now I have to install 3 different gems.

In addition

  1. It now seems that I can't install the rspec gem without adding to my Gemfile, as it needs require false
  2. I have to add a config file to each rails app to be able to use spring

This seems like a big step backwards in making spring a tool I can use for all my rails projects (adding it to the 50 or so existing projects I have is just such a pain now)

jonleighton commented 11 years ago

Thanks for the useful feedback. The above two commits should address this (and I've released new gems so you can try it out). You should upgrade spring, spring-commands-rspec and spring-commands-cucumber and require the commands in your ~/.spring.rb. Then you shouldn't need anything in your gemfile.