Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Commit 9629f8d

Browse files
author
Tom Scott
committed
Update development environment
- Add pry - Require pry in testing - Make Gemfile less brittle - Print version of ActiveSupport we are testing against
1 parent 2017567 commit 9629f8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

redis-activesupport.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ Gem::Specification.new do |s|
3030
s.add_development_dependency 'connection_pool', '~> 2.2.0'
3131
s.add_development_dependency 'redis-store-testing'
3232
s.add_development_dependency 'appraisal', '~> 2.0'
33+
s.add_development_dependency 'pry-byebug', '~> 3'
3334
end

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
require 'active_support'
55
require 'active_support/cache/redis_store'
66

7-
puts "Testing against ActiveSupport v.#{ActiveSupport::VERSION::STRING}"
7+
puts "Testing against ActiveSupport v#{ActiveSupport::VERSION::STRING}"

0 commit comments

Comments
 (0)