Sha256: fd8daf545e5e65a415116b0f2603efec3444e47c5fa80dcc9fe45e8b959803e0

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 Bytes

Contents

require 'rubygems'
require 'test/unit'

require "#{File.dirname(__FILE__)}/../../vendor/bundler_gems/environment"

require 'shoulda'
begin
  require 'redgreen'
rescue LoadError
end
require 'active_support'
require 'active_support/test_case'
require 'fakeweb'
require 'rr'

FakeWeb.allow_net_connect = false

$:.unshift File.expand_path(File.join(File.dirname(__FILE__), ".."))

require "rubygems_plugin"

class CommandTest < ActiveSupport::TestCase
  include RR::Adapters::TestUnit unless include?(RR::Adapters::TestUnit)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gemcutter-0.1.8 test/command_helper.rb
gemcutter-0.1.7 test/command_helper.rb