Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jasmine for Javascript testing #244

Merged
merged 4 commits into from Jul 18, 2014
Merged

Add Jasmine for Javascript testing #244

merged 4 commits into from Jul 18, 2014

Commits on Jul 11, 2014

  1. Add jasmine via official jasmine gem

    * Run `rails g jasmine:install`
    * Configure to avoid default phantomjs download
    fofr authored and vagrant committed Jul 11, 2014
    Copy the full SHA
    04e34a8 View commit details
    Browse the repository at this point in the history
  2. Include jasmine:ci in default task

    * Run javascript tests by default
    fofr authored and vagrant committed Jul 11, 2014
    Copy the full SHA
    feee931 View commit details
    Browse the repository at this point in the history
  3. Include govuk-admin-template as jasmine src file

    * Required for bootstrap and jquery libraries to be present
    fofr authored and vagrant committed Jul 11, 2014
    Copy the full SHA
    2fb3d16 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Create rudimentary chosen module

    * Start chosen select drop downs based on data attributes rather than
    CSS classes
    fofr committed Jul 17, 2014
    Copy the full SHA
    4d21227 View commit details
    Browse the repository at this point in the history