From 58aa6714d898d7c11fbe048efed09043d330b5eb Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Sun, 24 Feb 2019 20:16:51 -0300 Subject: [PATCH] test: let test file be run individually --- spec/rack_attack_instrumentation_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/rack_attack_instrumentation_spec.rb b/spec/rack_attack_instrumentation_spec.rb index 1bd51a3..898a7d2 100644 --- a/spec/rack_attack_instrumentation_spec.rb +++ b/spec/rack_attack_instrumentation_spec.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require_relative "spec_helper" + # ActiveSupport::Subscribers added in ~> 4.0.2.0 if ActiveSupport::VERSION::MAJOR > 3 require_relative 'spec_helper'