public void retrieve_drop_script()
        {
            var sql = SqlServerEnvelopeStorageAdmin.ToDropScript("foo");

            sql.ShouldContain("drop table foo.jasper_outgoing_envelopes");
            sql.ShouldContain("drop table foo.jasper_incoming_envelopes");
        }