Skip to content

Commit

Permalink
Remove debugger entirely
Browse files Browse the repository at this point in the history
We can install locally if we ever want it
  • Loading branch information
alexdunae committed Mar 11, 2024
1 parent f403300 commit c033140
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "active_model"
require "active_support"
require "debug"

RSpec::Matchers.define :have_errors_on_email do
match do |user|
Expand Down
1 change: 0 additions & 1 deletion validates_email_format_of.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec"
s.add_development_dependency "standard"
s.add_development_dependency "appraisal"
s.add_development_dependency "byebug", ">= 1.0.0"
end

0 comments on commit c033140

Please sign in to comment.