Skip to content

Instantly share code, notes, and snippets.

@mycargus
Created January 8, 2016 01:57
Show Gist options
  • Select an option

  • Save mycargus/1f43df24c92ff8fb4e43 to your computer and use it in GitHub Desktop.

Select an option

Save mycargus/1f43df24c92ff8fb4e43 to your computer and use it in GitHub Desktop.
Spec failure message for commit https://gerrit.instructure.com/#/c/69920/
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