Skip to content

Commit

Permalink
Move require
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Aug 31, 2023
1 parent 72e47e8 commit 1be468b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion govuk_rspec_helpers.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true
$LOAD_PATH.push File.expand_path("lib", __dir__)
require "govuk_rspec_helpers"

Gem::Specification.new do |spec|
spec.name = "govuk-rspec-helpers"
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'rspec/matchers/fail_matchers'
require "govuk_rspec_helpers"

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit 1be468b

Please sign in to comment.