Skip to content

Commit

Permalink
Use new QUnit module hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mmun committed Dec 3, 2016
1 parent b8af068 commit 61c7534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/inflector-test.js
Expand Up @@ -6,10 +6,10 @@ import {

var inflector;
module('ember-inflector.dsl', {
setup: function() {
beforeEach() {
inflector = new Ember.Inflector(/* no rulest == no rules */);
},
teardown: function() {
afterEach() {
inflector = undefined;
}
});
Expand Down

0 comments on commit 61c7534

Please sign in to comment.