Skip to content

Commit ba74dd7

Browse files
committed
use debug gem for proper stepping and such
1 parent d60b89b commit ba74dd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$:.unshift File.expand_path("../lib",__FILE__)
22
require "valid_email2"
3+
require "debug"
34

45
# Include and configure benchmark
56
require 'rspec-benchmark'

valid_email2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.add_development_dependency "rspec", "~> 3.5"
2626
spec.add_development_dependency "rspec-benchmark", "~> 0.6"
2727
spec.add_development_dependency "net-smtp"
28-
spec.add_development_dependency "pry"
28+
spec.add_development_dependency "debug"
2929
spec.add_runtime_dependency "mail", "~> 2.5"
3030
spec.add_runtime_dependency "activemodel", ">= 6.0"
3131
end

0 commit comments

Comments
 (0)