Questions tagged [teaspoon]

A JavaScript test runner for Rails. Can run tests both in the browser as well as headless.

Teaspoon is a JavaScript test runner that can run the tests either in the browser or headless tests using PhantomJS or Selenium WebDriver. It ships with support for Jasmine, Mocha, QUnit and AngularJS. The project is being run on github.

46 questions
0
votes
1 answer

Qunit testing an Ember.js app with ember-simple-auth authentication?

So, Am writing a Qunit test (with teaspoon as the test runner), for an Ember application that uses ember-simple-auth gem for login authintication, My test is as follows (coffee script) : #= require qunit_spec_helper test "Employee signs in", -> …
Mawaheb
  • 822
  • 10
  • 21
1 2 3
4