Remove all unnecessary spec_helper require statements

The `.rspec` file is doing this for us.
This commit is contained in:
Maikel Linke
2026-01-20 16:34:02 +11:00
parent 3455ceb722
commit dcb6f4676d
507 changed files with 6 additions and 965 deletions

View File

@@ -1,7 +1,5 @@
# frozen_string_literal: true
require "spec_helper"
RSpec.describe IntegerArrayValidator do
describe "internationalization" do
it "has translation for NOT_ARRAY_ERROR" do