Exclude integration specs in rspec

Exclude pattern has been set in Rakefile for the main way to run tests through
rake. This adds the same pattern for running rspec directly or through guard.
This commit is contained in:
Bill Ruddock 2017-02-03 01:04:35 +00:00
parent 330cfa1c2a
commit a2491c4eb1
1 changed files with 1 additions and 0 deletions

1
.rspec
View File

@ -1,2 +1,3 @@
--colour
--format=documentation
--exclude-pattern='spec/integration/**/*_spec.rb'