Skip to content

Instantly share code, notes, and snippets.

@leemour
Created February 19, 2014 14:33
Show Gist options
  • Save leemour/9093252 to your computer and use it in GitHub Desktop.
Save leemour/9093252 to your computer and use it in GitHub Desktop.
RSpec exclude spec folders path
guard 'rspec', :spec_paths => ['spec/models', 'spec/workers', 'spec/observers'] do
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment