Created
January 8, 2016 01:57
-
-
Save mycargus/1f43df24c92ff8fb4e43 to your computer and use it in GitHub Desktop.
Spec failure message for commit https://gerrit.instructure.com/#/c/69920/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Failures: | |
| 1) Viewing a selective release quiz as the teacher on the assignments index page shows all the quizzes | |
| Failure/Error: expect(list_of_assignments).to include_text SelectiveRelease::Homework.quizzes.quiz_for_everyone.title | |
| NoMethodError: | |
| undefined method `[]' for nil:NilClass | |
| # ./spec/selenium/quizzes/quizzes_selective_release_spec.rb:19:in `block (4 levels) in <top (required)>' | |
| # ./spec/selenium/common.rb:82:in `block (2 levels) in <top (required)>' | |
| # ./spec/spec_helper.rb:34:in `block (3 levels) in <top (required)>' | |
| # ./spec/spec_helper.rb:32:in `block (2 levels) in <top (required)>' | |
| # -e:1:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment