Sha256: 9ffd831a489af296e3401c29e4fb41c79d26d8f4c6517afa6652f33ee95b0128

Contents?: true

Size: 391 Bytes

Versions: 27

Compression:

Stored size: 391 Bytes

Contents

$:.reject! { |e| e.include? 'TextMate' }
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
gem 'muck-engine'
require 'muck_test_helper'
require 'authlogic/test_case'

class ActiveSupport::TestCase
  include MuckTestMethods
  include Authlogic::TestCase
  self.use_transactional_fixtures = true
  self.use_instantiated_fixtures  = false
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
muck-users-0.3.20 test/rails_root/test/test_helper.rb
muck-users-0.3.19 test/rails_root/test/test_helper.rb
muck-users-0.3.18 test/rails_root/test/test_helper.rb
muck-users-0.3.17 test/rails_root/test/test_helper.rb
muck-users-0.3.16 test/rails_root/test/test_helper.rb
muck-users-0.3.15 test/rails_root/test/test_helper.rb
muck-users-0.3.14 test/rails_root/test/test_helper.rb
muck-users-0.3.13 test/rails_root/test/test_helper.rb
muck-users-0.3.12 test/rails_root/test/test_helper.rb
muck-users-0.3.11 test/rails_root/test/test_helper.rb
muck-users-0.3.10 test/rails_root/test/test_helper.rb
muck-users-0.3.9 test/rails_root/test/test_helper.rb
muck-users-0.3.8 test/rails_root/test/test_helper.rb
muck-users-0.3.7 test/rails_root/test/test_helper.rb
muck-users-0.3.6 test/rails_root/test/test_helper.rb
muck-users-0.3.4 test/rails_root/test/test_helper.rb
muck-users-0.3.3 test/rails_root/test/test_helper.rb
muck-users-0.3.2 test/rails_root/test/test_helper.rb
muck-users-0.3.1 test/rails_root/test/test_helper.rb
muck-users-0.3.0 test/rails_root/test/test_helper.rb