Remove callback to decrementRequestCounter in aspect-edit.js, since we don't have a request counter on that page anymore. The callback was failing, so the ajax request was never officially completing. Cucumber hates that. I am going to add jasmine fixture generation in the controller specs, so that next time, a jasmine test will fail in this situation. Also: clean up manages_aspects.feature. |
||
|---|---|---|
| .. | ||
| step_definitions | ||
| support | ||
| accepts_invitation.feature | ||
| connects_users.feature | ||
| edits_profile.feature | ||
| logs_in_and_out.feature | ||
| manages_aspects.feature | ||
| manages_contact_requests.feature | ||
| posts.feature | ||
| posts_message.feature | ||
| signs_up.feature | ||