Sha256: 5790bbe5c29c6ce176fabec334d0cc523900066e1ca73ee61811444571e083a5

Contents?: true

Size: 513 Bytes

Versions: 21

Compression:

Stored size: 513 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 'headstart'

begin
  require 'redgreen'
rescue LoadError
end

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

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

FakeWeb.allow_net_connect = false

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
headstart-0.11.2 test/test_helper.rb
headstart-0.11.1 test/test_helper.rb
headstart-0.9.2 test/test_helper.rb
headstart-0.9.1 test/test_helper.rb
headstart-0.9.0 test/test_helper.rb
headstart-0.8.0 test/test_helper.rb
headstart-0.7.0 test/test_helper.rb
headstart-0.6.2 test/test_helper.rb
headstart-0.6.1 test/test_helper.rb
headstart-0.6.0 test/test_helper.rb
headstart-0.5.5 test/test_helper.rb
headstart-0.5.4 test/test_helper.rb
headstart-0.5.3 test/test_helper.rb
headstart-0.5.2 test/test_helper.rb
headstart-0.5.1 test/test_helper.rb
headstart-0.5.0 test/test_helper.rb
headstart-0.4.2 test/test_helper.rb
headstart-0.4.1 test/test_helper.rb
headstart-0.4.0 test/test_helper.rb
headstart-0.3.0 test/test_helper.rb