Re: [rspec-users] Skipping slow specs in Guard but running them from that file

2011-09-09 Thread Ash Moran
On 30 Aug 2011, at 14:45, Nikolay Sturm wrote: > * Ash Moran [2011-08-30]: >> I never thought of that! Yes, that could also work, probably better in >> fact. It just involves running multiple Guard processes, although >> there's Terminitor[1] for that! > > A single guard process is enough, it wil

[rspec-users] rspec rake task + bundler: feedback requested

2011-09-09 Thread David Chelimsky
Hey folks, RSpec's assumption that the existence of a Gemfile means you want to use Bundler to configure runtime environment is flawed. We added a skip_bundler option to the rake task, but that was a temporary hack to get us through a release without breaking existing suites. This still presen