Sha256: da79e96383006c2871e3362541a4b4294229ece80b723f4e5751d629e9957f9d

Contents?: true

Size: 421 Bytes

Versions: 12

Compression:

Stored size: 421 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
require 'jeweler'

require 'mocha'
require 'output_catcher'

require 'test/unit/assertions'

World(Test::Unit::Assertions)

def yank_task_info(content, task)
  if content =~ /#{Regexp.escape(task)}.new(\(.*\))? do \|(.*?)\|(.*?)end/m
    [$2, $3]
  end
end

def fixture_dir
  File.expand_path File.join(File.dirname(__FILE__), '..', '..', 'test', 'fixtures')
end

Version data entries

12 entries across 12 versions & 6 rubygems

Version Path
gohanlonllc-jeweler-0.11.1.20090513153819 features/support/env.rb
gohanlonllc-jeweler-1.0.0.20080513000000 features/support/env.rb
gohanlonllc-jeweler-1.0.0.20090513153819 features/support/env.rb
monkeyhelper-jeweler-1.0.1 features/support/env.rb
namelessjon-jeweler-1.0.1 features/support/env.rb
pivotal-jeweler-1.0.1.1 features/support/env.rb
technicalpickles-jeweler-1.0.0 features/support/env.rb
technicalpickles-jeweler-1.0.1 features/support/env.rb
technicalpickles-jeweler-1.0.2 features/support/env.rb
jeweler-1.0.2 features/support/env.rb
jeweler-1.0.1 features/support/env.rb
jeweler-1.0.0 features/support/env.rb