Skip to content

Instantly share code, notes, and snippets.

@biot023
Created January 24, 2010 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biot023/285392 to your computer and use it in GitHub Desktop.
Save biot023/285392 to your computer and use it in GitHub Desktop.
describe 'application flow'
before_each
$page = $( fixture( "jqt.html" ) )
end
it 'should start on the login page'
$page.find( "#login" ).should.have_class "current"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment