# File lib/chef_zero/data_store/v2_to_v1_adapter.rb, line 31
      def clear
        real_store.clear
        real_store.create_dir([ 'organizations' ], single_org)
      end