dot rspec

This commit is contained in:
Pete Matsyburka
2025-05-21 09:48:17 +03:00
parent 91a96f06c8
commit a7ed0b86a4
35 changed files with 8 additions and 75 deletions
-2
View File
@@ -1,7 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Params::BaseValidator do
let(:validator) { described_class.new({}) }