8 lines
203 B
Ruby
8 lines
203 B
Ruby
require "test_helper"
|
|
|
|
class Account::WholeAccountExportTest < ActiveSupport::TestCase
|
|
test "build generates zip with account data" do
|
|
skip "WholeAccountExport implementation incomplete"
|
|
end
|
|
end
|