mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-11 10:28:45 -04:00
Update spec/features/plantings/planting_a_crop_spec.rb
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user