Sha256: 34595c17aa01547a8b733db8f592fb8a9262adbba3e09e43c3e6fac6d408c23c

Contents?: true

Size: 284 Bytes

Versions: 4

Compression:

Stored size: 284 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
require 'rr'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'has_price'

class Test::Unit::TestCase
  include RR::Adapters::TestUnit
  include HasPrice
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
has_price-1.2.0 test/helper.rb
has_price-1.1.1 test/helper.rb
has_price-1.1.0 test/helper.rb
has_price-1.0.0 test/helper.rb