Sha256: c550bcb203bb56b67616fe28b324d26ca93450c8a3405a2bc704f10790740517

Contents?: true

Size: 288 Bytes

Versions: 4

Compression:

Stored size: 288 Bytes

Contents

direc = File.dirname(__FILE__)

require 'rubygems'
require "#{direc}/../lib/pry-exception_explorer"
require 'bacon'

puts "Testing pry-exception_explorer version #{PryExceptionExplorer::VERSION}..." 
puts "Ruby version: #{RUBY_VERSION}"

describe PryExceptionExplorer do
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pry-exception_explorer-0.1.1pre1 test/test.rb
pry-exception_explorer-0.1.0pre3 test/test.rb
pry-exception_explorer-0.1.0pre2 test/test.rb
pry-exception_explorer-0.1.0pre1 test/test.rb