mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
9 lines
170 B
Ruby
9 lines
170 B
Ruby
require 'rake/testtask'
|
|
require_relative 'config/application'
|
|
|
|
Rails.application.load_tasks
|
|
|
|
Rake::TestTask.new do |t|
|
|
t.test_files = FileList['app/**/*_tests.rb']
|
|
end
|