Sha256: 76e04f0a7f3de41013d43934a3d02a5eed1f48d66c93a5e6d480875260dd379d

Contents?: true

Size: 454 Bytes

Versions: 12

Compression:

Stored size: 454 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
require 'redgreen'
require 'active_support'
require 'active_support/test_case'
gem 'fakeweb', '>= 1.2.5'
require 'fakeweb'
require 'rr'

FakeWeb.allow_net_connect = false

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

require "rubygems_plugin"

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

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
qrush-gemcutter-0.0.7 test/command_helper.rb
qrush-gemcutter-0.0.8 test/command_helper.rb
qrush-gemcutter-0.0.9 test/command_helper.rb
qrush-gemcutter-0.1.0 test/command_helper.rb
qrush-gemcutter-0.1.1 test/command_helper.rb
qrush-gemcutter-0.1.2 test/command_helper.rb
gemcutter-0.1.2 test/command_helper.rb
gemcutter-0.1.1 test/command_helper.rb
gemcutter-0.1.0 test/command_helper.rb
gemcutter-0.0.9 test/command_helper.rb
gemcutter-0.0.8 test/command_helper.rb
gemcutter-0.0.7 test/command_helper.rb