Skip to content

Commit

Permalink
Remove old spec cleanup code
Browse files Browse the repository at this point in the history
This must have been around since Monarch used JS.Class
  • Loading branch information
maxbrunsfeld committed Jan 7, 2013
1 parent 0cd2c3a commit 4feb827
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/client/spec_helper.js
Expand Up @@ -24,10 +24,6 @@ beforeEach(function() {
});

afterEach(function() {
_.each(Monarch.Record.subclasses, function(recordSubclass) {
delete window[recordSubclass.displayName];
});
Monarch.Record.subclasses = [];
Monarch.Repository.clear();
Monarch.snakeCase = false;
});
Expand Down

0 comments on commit 4feb827

Please sign in to comment.