Sha256: 33136ed7f0c8d9d7a3c2a948db85d1a63e606bd86ee4274988b792c72fa911eb

Contents?: true

Size: 478 Bytes

Versions: 8

Compression:

Stored size: 478 Bytes

Contents

ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) +
                         "/rails_root/config/environment")
require 'test_help'

$: << File.expand_path(File.dirname(__FILE__) + '/..')
require 'clearance'

begin
  require 'redgreen'
rescue LoadError
end

require File.join(File.dirname(__FILE__), '..', 'shoulda_macros', 'clearance')

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

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
janova-clearance-0.8.8 test/test_helper.rb
forgetful-clearance-0.8.11 test/test_helper.rb
forgetful-clearance-0.8.10 test/test_helper.rb
benaldred-clearance-0.8.8 test/test_helper.rb
clearance-0.8.8 test/test_helper.rb
clearance-0.8.7 test/test_helper.rb
clearance-0.8.6 test/test_helper.rb
clearance-0.8.5 test/test_helper.rb