Skip to content

Commit c033140

Browse files
committed
Remove debugger entirely
We can install locally if we ever want it
1 parent f403300 commit c033140

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require "active_model"
22
require "active_support"
3-
require "debug"
43

54
RSpec::Matchers.define :have_errors_on_email do
65
match do |user|

validates_email_format_of.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ Gem::Specification.new do |s|
2525
s.add_development_dependency "rspec"
2626
s.add_development_dependency "standard"
2727
s.add_development_dependency "appraisal"
28-
s.add_development_dependency "byebug", ">= 1.0.0"
2928
end

0 commit comments

Comments
 (0)