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
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
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