ActiveTriples / linked-data-fragments

Basic linked data fragments endpoint.
Creative Commons Zero v1.0 Universal
15 stars 0 forks source link

Remove aggressive `Setting#cache_backend` stub #38

Open no-reply opened 7 years ago

no-reply commented 7 years ago

spec_helper has a blanket stub for Setting#cache_backend.

When running an individual test file, this causes a failure if Setting hasn't already been loaded; so files that don't depend on Setting cannot be tested independently. It could also cause unexpected behavior for developers intending to test Setting. We should refactor to remove this stub.