Skip to content

Commit

Permalink
Switch from byebug to debug.rb
Browse files Browse the repository at this point in the history
To get jruby compatibility
  • Loading branch information
alexdunae committed Mar 11, 2024
1 parent 7dc14c7 commit f403300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "active_model"
require "active_support"
require "pry"
require "byebug"
require "debug"

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

0 comments on commit f403300

Please sign in to comment.