Skip to content

Commit

Permalink
Update contract start date rules; appease rubocop (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieleeper committed Dec 20, 2023
1 parent 1e2be83 commit a3c581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/form/eligibility_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
start_date: Date.new(2023, 10, 31),
date_of_entry: Date.new(2023, 10, 31))
end
let(:expected) { "contract must start within the last five months"}
let(:expected) { "contract must start within the last five months" }

it { expect(check.failure_reason).to eq(expected) }
end
Expand Down

0 comments on commit a3c581a

Please sign in to comment.