Displaying 1 result from an estimated 1 matches for "soundcheck_spec".
2011 Oct 16
1
Ignoring certain files?
...ures on disk, so I thought I''d make a spec/fixtures with a bunch of
different project structures. That works, except obviously those can contain
_spec.rb files, which rspec picks up when I try to run it for my gem. So my
library Soundcheck has this in it''s spec directory:
spec/soundcheck_spec.rb
spec/fixtures/ruby/rspec/spec/with_bundler_spec.rb
spec/fixtures/ruby/rspec/spec/without_bundler_spec.rb
When I run "rspec spec" it''ll try to execute with_bundler_spec.rb too, but
those files shouldn''t be run.
I''d rather keep everything spec-related within...