dgeb / ember_rest_example

A simple Rails app for testing CRUD with ember.js and ember-rest.js
MIT License
119 stars 29 forks source link

Jasmine? #1

Open seanhandley opened 12 years ago

seanhandley commented 12 years ago

Really like this - I want to adapt it for use in my own projects. I've been using Jasmine to TDD my JS code in Rails apps for a while now. Don't suppose you've done any testing...?

dgeb commented 12 years ago

Hi Sean. I agree that Jasmine is the right approach for this project and plan to add some tests soon.