Skip to content

Commit

Permalink
using pry-byebug in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Sep 12, 2014
1 parent a1203b5 commit 5d30ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,4 +1,5 @@
require "rspec"
require "pry-byebug"
require "with_timed_cache"

shared_context :with_timed_cache do
Expand Down
1 change: 1 addition & 0 deletions with_timed_cache.gemspec
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "guard-rspec"
spec.add_development_dependency "pry-byebug"
spec.add_dependency "activesupport"
spec.add_dependency "json"
end

0 comments on commit 5d30ac8

Please sign in to comment.