Skip to content

Instantly share code, notes, and snippets.

@jesjos
Created March 21, 2012 12:31
Show Gist options
  • Save jesjos/2146610 to your computer and use it in GitHub Desktop.
Save jesjos/2146610 to your computer and use it in GitHub Desktop.
Spec failures
Failures:
1) Examiner relations should have a list of submissions
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
2) AssistantRegisteredToGivenCourse relations should have a lab group
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
3) AssistantRegisteredToGivenCourse validation relates to one 'lab has course'
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
4) Lab relations should have a list of submissions
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
5) LabGroup relations should have a list of submissions
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
6) Submission relations should have a 'lab_has_group'
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
7) Submission relations should have a lab
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
8) Submission relations should have a repository
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
9) Submission relations should only be valid if #lab is active
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
10) Submission validations defaults to valid
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
11) LabHasGroup validations should have a repository
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
12) LabHasGroup validations should exist only one repository for each LabHasGroup
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
13) LabHasGroup validations defaults to valid
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
14) LabHasGroup relations should have a lab
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
15) LabHasGroup relations should have a repository
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
16) LabHasGroup relations should have a list of submissions
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
17) LabHasGroup relations should have a lab group
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
18) LabHasGroup relations should have one assistant
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
19) LabsController POST join should test join action
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
20) Assistant relations should list submissions
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
21) Assistant relations should list all submissions
Failure/Error: Unable to find matching line from backtrace
SystemStackError:
stack level too deep
# /Users/jesper/.rvm/gems/ruby-1.9.2-p180/gems/factory_girl-2.6.3/lib/factory_girl/evaluator_class_definer.rb:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment