Sha256: ef70a8dc99af95815c8ca041ecfdfe400b7cb13d2b5875b62bb3d4a4f4fa92b0

Contents?: true

Size: 363 Bytes

Versions: 10

Compression:

Stored size: 363 Bytes

Contents

# this file is automatically required in when you require 'assert' in your tests
# put test helpers here

# add root dir to the load path
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))

require 'cap-util'
require 'cap-util/fake_cap'

module TestHelpers

  class AnCapUtil
    include CapUtil

    def initialize(cap)
      @cap = cap
    end

  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cap-util-1.0.1 test/helper.rb
cap-util-1.0.0 test/helper.rb
cap-util-1.0.0.rc1 test/helper.rb
cap-util-0.4.0 test/helper.rb
cap-util-0.3.0 test/helper.rb
cap-util-0.2.1 test/helper.rb
cap-util-0.2.0 test/helper.rb
cap-util-0.1.2 test/helper.rb
cap-util-0.1.1 test/helper.rb
cap-util-0.1.0 test/helper.rb