Skip to content

Commit

Permalink
make byebug requirement platform specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-H committed Aug 22, 2024
1 parent c0c1a87 commit fb0a8ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

require 'timecop'
require 'pry'
require 'pry-byebug' unless RUBY_PLATFORM == 'java'
require_relative 'test_object'
require_relative '../lib/cache_store_redis'

Expand Down

0 comments on commit fb0a8ad

Please sign in to comment.