Sha256: 442933bd45afd748b00d37f9ef035cdc0156e6b05837989b21a4cea122c9056e

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

$testing = true
SPEC = File.dirname(__FILE__)
$:.unshift File.expand_path("#{SPEC}/../lib")

require 'a_b'
require 'pp'

Spec::Runner.configure do |config|
end

# For use with rspec textmate bundle
def debug(object)
  puts "<pre>"
  puts object.pretty_inspect.gsub('<', '&lt;').gsub('>', '&gt;')
  puts "</pre>"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
a_b-0.1.1 spec/spec_helper.rb
a_b-0.1.0 spec/spec_helper.rb