Sha256: a6f22d3c379d063a868a2480fa2fec4687da65e591607eca266950baa5158edf
Contents?: true
Size: 392 Bytes
Versions: 2
Compression:
Stored size: 392 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' require File.expand_path( '../../../multiverse_helper', File.dirname(__FILE__)) 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 |
---|---|
vitals-0.4.0 | integration/multiverse/rails42_app/test/test_helper.rb |
vitals-0.3.0 | integration/multiverse/rails42_app/test/test_helper.rb |