Sha256: 5e79e8209102264ad9f9492ce6ee8fb0cad058cc590859737714cc4bd71bfbdb

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

require 'pathname'
require 'context'

root  = Pathname(__FILE__).dirname.parent.parent.expand_path
require root + 'lib/phocus'

module Test #:nodoc: all
  class Unit::TestCase
    include ::Phocus
  end
end

Phocus.method_pattern = /test:/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mynyml-phocus-0.9.8 lib/phocus/context.rb