aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/models/clean_up_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/clean_up_spec.rb b/spec/models/clean_up_spec.rb
index 583e28136..c495abdfe 100644
--- a/spec/models/clean_up_spec.rb
+++ b/spec/models/clean_up_spec.rb
@@ -3,7 +3,7 @@ require 'rails_helper'
RSpec.describe CleanUp, :type => :model do
let(:cleaner) { CleanUp.new }
- it { should validate_presence_of(:expected_date) }
+ it { should validate_presence_of(:begin_date) }
it { should belong_to(:referential) }
it 'should delete vehiclejourneys without timetables' do