File: test_helper.rb

package info (click to toggle)
ruby-protected-attributes 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 424 kB
  • ctags: 629
  • sloc: ruby: 2,269; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
require 'bundler/setup'
require 'minitest/autorun'
require 'mocha/api'
require 'rails'

ActiveSupport.test_order = :random if ActiveSupport.respond_to?(:test_order)