From 3deaa896df94a463a30736fc61d08bde8647e2a3 Mon Sep 17 00:00:00 2001 From: Erwan Date: Fri, 10 Jan 2020 19:28:01 +0100 Subject: [PATCH] Fix rubocop typo --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a594f261..c8b4c288 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -99,7 +99,7 @@ module WebMock end end end -# rubocop:enabled all +# rubocop:enable all SPECS = Pathname.new(__FILE__).dirname FIXTURES = SPECS.join('fixtures')