Skip to content

Commit f07a16a

Browse files
authored
Properly require spec_helper
1 parent 413d533 commit f07a16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require 'spec_helper'
3+
require_relative "../spec_helper"
44

55
describe Rack::Attack::Configuration do
66
let(:config) { Rack::Attack::Configuration.new }

0 commit comments

Comments
 (0)