Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 409 Bytes

OOJS Memory with Jasmine Tests & Persistence

This is an example of OOJS Memory in a rails app with a restful backend for persistence. All JS is tested with Jasmine

Getting Started

  • bundle install
  • rake db:setup
  • rails s
  • localhost:3000

Running Jasmine Specs

  • localhost:3000/specs

Dependencies

Gems

  • jasmine-rails

JS files

  • jasmine-fixture
  • mock-ajax
  • jasmine-jquery