Refactoring - Null Object: Part One

I needed to update RSpec

bundle update rspec

and then in spec/user_spec.rb I changed the test ‘returns false without a subscription’ that was complaining about to_be_false to to_be_falsy. After that I was green again.

1 Like