brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

[Bug] System test schools_test.rb fails #528

Open adrianlindell opened 2 years ago

adrianlindell commented 2 years ago

Expected Behavior

System test for file test/system/schools_test.rb should pass without errors

Current Behavior

Test fails. There is no school fixture "one"

image

Steps to Reproduce

  1. run rails test:system

Possible Solution

test/system/schools_test.rb on line 5 should be changed to @school = schools(:ucsb)