Browse Source

linting problem

pull/1200/head
Arthur Campbell 3 years ago
parent
commit
2a2ec48eb3
  1. 1
      spec/models/validations/sales/property_validations_spec.rb

1
spec/models/validations/sales/property_validations_spec.rb

@ -2,6 +2,7 @@ require "rails_helper"
RSpec.describe Validations::Sales::PropertyValidations do RSpec.describe Validations::Sales::PropertyValidations do
subject(:property_validator) { property_validator_class.new } subject(:property_validator) { property_validator_class.new }
let(:property_validator_class) { Class.new { include Validations::Sales::PropertyValidations } } let(:property_validator_class) { Class.new { include Validations::Sales::PropertyValidations } }
describe "#validate_postcodes_match_if_discounted_ownership" do describe "#validate_postcodes_match_if_discounted_ownership" do

Loading…
Cancel
Save