mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
test: let test file be run individually
This commit is contained in:
parent
b1558d022f
commit
58aa6714d8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require_relative "spec_helper"
|
||||||
|
|
||||||
# ActiveSupport::Subscribers added in ~> 4.0.2.0
|
# ActiveSupport::Subscribers added in ~> 4.0.2.0
|
||||||
if ActiveSupport::VERSION::MAJOR > 3
|
if ActiveSupport::VERSION::MAJOR > 3
|
||||||
require_relative 'spec_helper'
|
require_relative 'spec_helper'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue