1 changed files with 0 additions and 8 deletions
@ -1,8 +0,0 @@
|
||||
require "rails_helper" |
||||
|
||||
RSpec.describe Validations::LocalAuthorityValidations do |
||||
subject(:local_auth_validator) { validator_class.new } |
||||
|
||||
let(:validator_class) { Class.new { include Validations::LocalAuthorityValidations } } |
||||
let(:record) { FactoryBot.create(:lettings_log) } |
||||
end |
||||
Loading…
Reference in new issue