Sha256: 27b87d8b1c629ab4e2b2d7c856d2dd694c83bd73e8b65827f41a2b375ccea0c0
Contents?: true
Size: 485 Bytes
Versions: 1
Compression:
Stored size: 485 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require_relative '../config/environment' require 'rails/test_help' require 'database_cleaner' class ActiveSupport::TestCase ActiveRecord::Migration.check_pending! fixtures :all end class ActionDispatch::IntegrationTest DatabaseCleaner.strategy = :truncation end module TestAnswers TEST_ANSWERS = [ "", "this-is-the-greatest-post-23_-asf-1", "just-a-normal-for-15-test-string-2", "just-george-normal-for-15-test-string-3", ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
friendly_slug-0.1.5 | friendly_slug_gem_test/test/test_helper.rb |