mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 14:19:39 +02:00
* Add data enrichment * Make data enrichment optional for self-hosters * Add categories to data enrichment * Only update category and merchant if nil * Fix name overrides * Lint fixes
7 lines
123 B
Ruby
7 lines
123 B
Ruby
require "test_helper"
|
|
|
|
class EnrichDataJobTest < ActiveJob::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|