Skip to content

Commit

Permalink
use debug gem for proper stepping and such
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Feb 12, 2025
1 parent d60b89b commit ba74dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$:.unshift File.expand_path("../lib",__FILE__)
require "valid_email2"
require "debug"

# Include and configure benchmark
require 'rspec-benchmark'
Expand Down
2 changes: 1 addition & 1 deletion valid_email2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.5"
spec.add_development_dependency "rspec-benchmark", "~> 0.6"
spec.add_development_dependency "net-smtp"
spec.add_development_dependency "pry"
spec.add_development_dependency "debug"
spec.add_runtime_dependency "mail", "~> 2.5"
spec.add_runtime_dependency "activemodel", ">= 6.0"
end

0 comments on commit ba74dd7

Please sign in to comment.