Sha256: dc841c4819c76f892ad56ad81552783ebc913dabc5db532683c1fbeff6c1eda0

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

require 'pathname'
require 'contest'

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/contest.rb