Sha256: 47399fcff58ce3e3275a28a28b829e7236e082b47335646f58a11b74836420ce

Contents?: true

Size: 325 Bytes

Versions: 19

Compression:

Stored size: 325 Bytes

Contents

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

require 'active_wrapper'
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

19 entries across 19 versions & 2 rubygems

Version Path
winton-active_wrapper-0.1.0 spec/spec_helper.rb
winton-active_wrapper-0.1.1 spec/spec_helper.rb
winton-active_wrapper-0.1.2 spec/spec_helper.rb
winton-active_wrapper-0.1.3 spec/spec_helper.rb
winton-active_wrapper-0.1.4 spec/spec_helper.rb
winton-active_wrapper-0.1.5 spec/spec_helper.rb
winton-active_wrapper-0.1.6 spec/spec_helper.rb
winton-active_wrapper-0.1.7 spec/spec_helper.rb
winton-active_wrapper-0.1.8 spec/spec_helper.rb
winton-active_wrapper-0.1.9 spec/spec_helper.rb
winton-active_wrapper-0.2.0 spec/spec_helper.rb
active_wrapper-0.2.7 spec/spec_helper.rb
active_wrapper-0.2.6 spec/spec_helper.rb
active_wrapper-0.2.5 spec/spec_helper.rb
active_wrapper-0.2.4 spec/spec_helper.rb
active_wrapper-0.2.3 spec/spec_helper.rb
active_wrapper-0.2.2 spec/spec_helper.rb
active_wrapper-0.2.1 spec/spec_helper.rb
active_wrapper-0.2.0 spec/spec_helper.rb