agilistry / Homophones-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS tech debt

The order in which stylesheets are loaded matters.

Javascript testing

In order to get Jasmine tests working:

  • Install Node.js
  • Install NPM
  • npm install jasmine-node
  • npm install jquery
  • npm install jsdom
  • npm install htmlparser

Test with

rake spec:jasmine

Tech debt

  • Rip out Blue Ridge JS testing plugin
  • Migrate legacy Screw.Unit tests to Jasmine

About

License:Other


Languages

Language:Ruby 63.3%Language:JavaScript 36.7%