[rspec-users] rspec 2.7.0 is released!

2011-10-16 Thread David Chelimsky
We're pleased to announce the release of rspec-2.7.0. Release notes for each gem are listed below, but here are a couple of highlights: ## Just type `rspec` With the the 2.7.0 release, if you keep all of your specs in the conventional `spec` directory, you don't need to follow the `rspec` command

[rspec-users] Ignoring certain files?

2011-10-16 Thread Marten Veldthuis
Hey guys, Is there any way I can get rspec to ignore all files in spec/fixtures when it does a recursive search for all spec/**/*_spec.rb files? The problem I'm facing is that the fixtures for my code are project structures on disk, so I thought I'd make a spec/fixtures with a bunch of differe

Re: [rspec-users] Ignoring certain files?

2011-10-16 Thread Justin Ko
On Oct 16, 2011, at 3:47 AM, Marten Veldthuis wrote: > Hey guys, > > Is there any way I can get rspec to ignore all files in spec/fixtures when it > does a recursive search for all spec/**/*_spec.rb files? > > The problem I'm facing is that the fixtures for my code are project > structures on