Update spec/features/plantings/planting_a_crop_spec.rb

This commit is contained in:
Daniel O'Connor
2024-10-14 00:27:50 +10:30
committed by GitHub
parent a689b04bfc
commit 64d51ec4bd

View File

@@ -63,7 +63,7 @@ describe "Planting a crop", :js, :search do
visit new_planting_path
@a_past_date = 15.days.ago.to_date
@right_now = Time.zone.today
@right_now = Time.zone.today.to_date
@a_future_date = 1.year.from_now.to_time
end