Redis – Why am I getting unititialized constant in my Rspec model test?
I'm trying to create a test with Rspec in my rails application but I keep getting the following error. uninitialized constant Build # ./spec/models/build_spec.rb:3:in `<top (required)>' No examples found. I am running rails version 6.1.4.1. I also know that my…