Sha256: 5fb1ba51c2f8399fa847c7e55aee7d3fcc759853998c0d5beae16c0fa5204435

Contents?: true

Size: 314 Bytes

Versions: 2

Compression:

Stored size: 314 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  # 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
asynk-0.0.2 myapp/test/test_helper.rb
asynk-0.0.1 myapp/test/test_helper.rb