Sha256: 3f6878140cb87b917863280fa46ba71e44887d60143fe06beacf180f0b259409

Contents?: true

Size: 323 Bytes

Versions: 32

Compression:

Stored size: 323 Bytes

Contents

$:.reject! { |path| path.include? 'TextMate' }
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'
require 'mocha'

class Test::Unit::TestCase
  self.use_transactional_fixtures = true
  self.use_instantiated_fixtures  = false
  
  load_all_fixtures
end

Version data entries

32 entries across 32 versions & 8 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/test/test_helper.rb
akitaonrails-resource_controller-0.5.3 test/test/test_helper.rb
giraffesoft-resource_controller-0.4.10 test/test/test_helper.rb
giraffesoft-resource_controller-0.4.12 test/test/test_helper.rb
giraffesoft-resource_controller-0.4.9 test/test/test_helper.rb
giraffesoft-resource_controller-0.5.2 test/test/test_helper.rb
giraffesoft-resource_controller-0.5.3 test/test/test_helper.rb
korin-resource_controller-0.5.3 test/test/test_helper.rb
nileshtrivedi-lp_resource_builder-0.5.1 test/test/test_helper.rb
nileshtrivedi-lp_resource_builder-0.5.3 test/test/test_helper.rb
nileshtrivedi-safe_resource-0.5.3 test/test/test_helper.rb
pager-resource_controller-1.0.20080513 test/test/test_helper.rb
spree-0.11.4 vendor/plugins/resource_controller/test/test/test_helper.rb
spree-0.11.3 vendor/plugins/resource_controller/test/test/test_helper.rb
spree-0.8.4 vendor/plugins/resource_controller/test/test/test_helper.rb
spree-0.8.5 vendor/plugins/resource_controller/test/test/test_helper.rb
resource_controller-0.4.9 test/test/test_helper.rb
resource_controller-0.5.1 test/test/test_helper.rb
resource_controller-0.5.3 test/test/test_helper.rb
resource_controller-0.5.2 test/test/test_helper.rb