require "test_helper" class Account::WholeAccountExportTest < ActiveSupport::TestCase test "build generates zip with account data" do skip "WholeAccountExport implementation incomplete" end end