mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 01:10:43 +08:00
7 lines
90 B
Ruby
Vendored
7 lines
90 B
Ruby
Vendored
$: << '../lib'
|
|
|
|
require 'coverage_report'
|
|
|
|
RSpec.configure do |c|
|
|
c.order = :random
|
|
end
|