Open adrianlindell opened 2 years ago
System test for file test/system/schools_test.rb should pass without errors
test/system/schools_test.rb
Test fails. There is no school fixture "one"
rails test:system
test/system/schools_test.rb on line 5 should be changed to @school = schools(:ucsb)
@school = schools(:ucsb)
Expected Behavior
System test for file
test/system/schools_test.rb
should pass without errorsCurrent Behavior
Test fails. There is no school fixture "one"
Steps to Reproduce
rails test:system
Possible Solution
test/system/schools_test.rb
on line 5 should be changed to@school = schools(:ucsb)