Why: Avoid instance variables as we agreed upon with RSpec/InstanceVariable How: Using a let(:valuator) and replacing all `@valuator` with `valuator`
Why: Avoid instance variables as we agreed upon with RSpec/InstanceVariable How: Using a let(:valuator) and replacing all `@valuator` with `valuator`