From d6c3e525a3d5bb9c35737c4e6be8c4a81c95afa4 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Thu, 2 Jan 2014 21:34:10 -0800 Subject: [PATCH] Remove some config that's been moved into rspec-support. --- spec/spec_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index be0c61486..d0e6a1b96 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -43,8 +43,6 @@ def prevents(&block) config.mock_with :rspec config.color_enabled = true config.order = :random - config.run_all_when_everything_filtered = true - config.filter_run_including :focus config.expect_with :rspec do |expectations| expectations.syntax = :expect