Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Feb 20, 2015
1 parent 003f074 commit 4a21207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/authentication-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ test('visiting /signup when logged in redirects', function() {

test('Creating an account directs to login', function() {
stubStacks(); // For loading index
stubOrganization();
stubOrganizations();

var email = 'good@email.com';
var password = 'correct';
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance/welcome/first-app-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ test('visiting /welcome/first-app when not logged in', function() {
test('submitting a first app directs to subscriptions', function() {
var appHandle = 'my-app';

stubOrganizations();
signInAndVisit('/welcome/first-app');

fillIn('input[name="app-handle"]', appHandle);
Expand Down

0 comments on commit 4a21207

Please sign in to comment.