-
Notifications
You must be signed in to change notification settings - Fork 1
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
TESTS #10
Labels
Milestone
Comments
whastings
added a commit
that referenced
this issue
May 3, 2014
whastings
added a commit
that referenced
this issue
May 3, 2014
whastings
added a commit
that referenced
this issue
May 3, 2014
whastings
added a commit
that referenced
this issue
May 3, 2014
whastings
added a commit
that referenced
this issue
May 3, 2014
whastings
added a commit
that referenced
this issue
May 4, 2014
whastings
added a commit
that referenced
this issue
May 4, 2014
whastings
added a commit
that referenced
this issue
May 4, 2014
For JS unit testing, I'm considering switching to Mocha and Chai, as they have more expectation functions than Jasmine. There's Rails support via the Konacha gem. |
For integration testing, I'm thinking I'll use Mocha, Chai, WebdriverJS, Selenium, and PhantomJS, as described in this article: |
whastings
added a commit
that referenced
this issue
May 11, 2014
whastings
added a commit
that referenced
this issue
May 14, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I wrote the bulk of Heapsort's current features very quickly to meet a deadline, they're lacking greatly in test coverage. There are a few specs from a few months ago that likely need updating.
Since most of the app is Backbone-powered, I'd like to add integration tests using Capybara and Phantom.js via Poltergeist.
The text was updated successfully, but these errors were encountered: