Sha256: b8d98870ec82319370f91533ffd43e3406020d091e8204cca561158cbb96ca44
Contents?: true
Size: 508 Bytes
Versions: 228
Compression:
Stored size: 508 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' class ActiveSupport::TestCase <% unless options[:skip_active_record] -%> # 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 <% end -%> # Add more helper methods to be used by all tests here... end
Version data entries
228 entries across 189 versions & 20 rubygems