From a2491c4eb1f5ac40452b9a57237c6060bb751b62 Mon Sep 17 00:00:00 2001 From: Bill Ruddock Date: Fri, 3 Feb 2017 01:04:35 +0000 Subject: [PATCH] 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. --- .rspec | 1 + 1 file changed, 1 insertion(+) diff --git a/.rspec b/.rspec index 671a582..4b942a1 100644 --- a/.rspec +++ b/.rspec @@ -1,2 +1,3 @@ --colour --format=documentation +--exclude-pattern='spec/integration/**/*_spec.rb'