Skip to content

Commit

Permalink
bug fix for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Marcum committed Dec 2, 2014
1 parent c32cd3b commit c659e8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-support/helpers/module-for-sl-ember-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export default function moduleForSlEmberModel(name, description, callbacks) {

moduleFor('model:' + name, description, callbacks, function(container, context, defaultSubject) {

container.register('store:main', import Store from 'sl-ember-store/store';
);
container.register('store:main', Store );

context.__setup_properties__.store = function(){
return container.lookup('store:main');
Expand Down

0 comments on commit c659e8c

Please sign in to comment.