mirror of
https://github.com/openSUSE/osem.git
synced 2026-06-12 01:35:20 -04:00
It constantly fails with "Mysql2::Error: This connection is in use by...". Might be because of database cleaner? But until we can get this stable, rip it out again. Replaced by a matrix based on test type
10 lines
300 B
Ruby
10 lines
300 B
Ruby
#!/usr/bin/env rake
|
|
# frozen_string_literal: true
|
|
|
|
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
|
|
require File.expand_path('../config/application', __FILE__)
|
|
|
|
Osem::Application.load_tasks
|