~matsubara/juju-gui/tarmac-test

« back to all changes in this revision

Viewing changes to test/test_service_config_view.js

  • Committer: Matthew Scott
  • Date: 2013-01-09 17:23:33 UTC
  • mfrom: (307 juju-gui)
  • mto: This revision was merged to the branch mainline in revision 312.
  • Revision ID: matthew.scott@canonical.com-20130109172333-ad6ndevmn5p44dz0
Merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    });
30
30
 
31
31
    after(function(done) {
32
 
      env.destroy();
 
32
      if (env) {
 
33
        env.destroy();
 
34
      }
33
35
      done();
34
36
    });
35
37