mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
8 lines
122 B
Ruby
8 lines
122 B
Ruby
|
require 'test_helper'
|
||
|
|
||
|
class ImporterTest < ActiveSupport::TestCase
|
||
|
# test "the truth" do
|
||
|
# assert true
|
||
|
# end
|
||
|
end
|