Skip to content

Instantly share code, notes, and snippets.

View courington's full-sized avatar

chase courington courington

  • Evergreen, CO
View GitHub Profile
@courington
courington / login.js
Last active August 29, 2015 14:14
Functional tests with The Intern: User login test
define([
'intern!object',
'intern/chai!assert',
'intern/chai!expect',
'intern/chai!should',
'require'
], function(registerSuite, assert, should, expect, require) {
var url = 'http://localhost:3000/';
var dest_url = 'http://localhost:3000/users/sign_in';