mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 22:59:39 +02:00
10 lines
176 B
Ruby
10 lines
176 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class Provider::SynthTest < ActiveSupport::TestCase
|
||
|
include ExchangeRateProviderInterfaceTest
|
||
|
|
||
|
setup do
|
||
|
@subject = Provider::Synth.new
|
||
|
end
|
||
|
end
|