empirical-org / Empirical-Core

Empirical Core is the mono repo for the Quill.org codebase. This repo contains both the Quill Learning Tools, such as Quill Connect, and the Quill Learning Management System, the platform that enables teachers to provide assignments and view results. (Empirical is the name of the nonprofit building Quill.org).
http://www.quill.org/
GNU Affero General Public License v3.0
25 stars 4 forks source link

use rspec-retry to help with spurious travis failures #861

Closed marcellosachs closed 8 years ago

marcellosachs commented 9 years ago

https://github.com/NoRedInk/rspec-retry

RyanNovas commented 8 years ago

@marcellosachs, @ddmck

I'm going to set this up. Could you please comment with any spurious failures as you encounter them?

RyanNovas commented 8 years ago

rspec ./spec/features/teacher/progress_reports/activity_progress_report_spec.rb:42 # Activity Listing Progress Report for a logged-in teacher can filter by classroom

rspec ./spec/features/teacher/progress_reports/activity_progress_report_spec.rb:47 # Activity Listing Progress Report for a logged-in teacher can export a CSV

rspec ./spec/features/teacher/unit_templates_manager_spec.rb:63 # unit templates manager unit template profile is accessible from list of unit_templates

RyanNovas commented 8 years ago

I've added this with https://github.com/empirical-org/Empirical-Core/pull/1079