Sha256: 1d435ad64f97d8f9ea8cfd23eabaabdf05a842a022ade9f7649a2c71cec25347

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 Bytes

Contents

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

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
  #
  # Note: You'll currently still have to declare fixtures explicitly in integration tests
  # -- they do not yet inherit this setting
  fixtures :all

  # Add more helper methods to be used by all tests here...
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
control_center-1.0.2 test/rails/test/test_helper.rb
control_center-1.0.1 test/rails/test/test_helper.rb