Skip to content

Commit

Permalink
better dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 4, 2014
1 parent 4bd1cda commit 9713eff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/tests/stores/cookie_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Cookie } from 'ember-simple-auth/stores/cookie';
import { itBehavesLikeAStore } from './common/store_behavior';
import { itBehavesLikeAStore } from './shared/store_behavior';

describe('Stores.Cookie', function() {
beforeEach(function() {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/stores/ephemeral_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Ephemeral } from 'ember-simple-auth/stores/ephemeral';
import { itBehavesLikeAStore } from './common/store_behavior';
import { itBehavesLikeAStore } from './shared/store_behavior';

describe('Stores.Ephemeral', function() {
beforeEach(function() {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/stores/local_storage_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LocalStorage } from 'ember-simple-auth/stores/local_storage';
import { itBehavesLikeAStore } from './common/store_behavior';
import { itBehavesLikeAStore } from './shared/store_behavior';

describe('Stores.LocalStorage', function() {
beforeEach(function() {
Expand Down
File renamed without changes.

0 comments on commit 9713eff

Please sign in to comment.