Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Jan 13, 2025
1 parent 2f7d6c2 commit 460a345
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/factories/facilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
trait :with_order_notification do
sequence(:order_notification_recipient) { |n| "orders#{Facility.count + n}@example.com" }
end

callback(:after_build) do |facility, builder|
# debugger
end
end

factory :setup_facility, class: Facility, parent: :facility do
Expand Down

0 comments on commit 460a345

Please sign in to comment.