Skip to content

Commit

Permalink
fix module def
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Dec 7, 2017
1 parent d03e8f4 commit 3448fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { setupRenderingTest } from 'ember-qunit';
import { render } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';

module('<%= friendlyTestDescription %>', function(hooks) {
module('helper:<%= dasherizedModuleName %>', function(hooks) {
setupRenderingTest(hooks);

// Replace this with your real tests.
Expand Down

0 comments on commit 3448fec

Please sign in to comment.