Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thejonroberts committed Sep 26, 2024
1 parent 72d6eb7 commit e4eecfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/requests/court_dates_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
end
after { travel_back }


describe "GET /show" do
subject(:show) { get casa_case_court_date_path(casa_case, court_date) }

Expand Down
1 change: 0 additions & 1 deletion spec/services/volunteer_birthday_reminder_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
before { travel_to(this_month_15th) }
after { travel_back }


let!(:volunteer) do
create(:volunteer, :with_assigned_supervisor, date_of_birth: next_month)
end
Expand Down

0 comments on commit e4eecfc

Please sign in to comment.