You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The caching was turned off in [1] because different formats were being
cached under the same key. I believe the need to do this was removed
in the previous commit.
This reduces the time it takes to run FutureLearn’s view specs
by about 50%. I think it’s sensible to use the view cache during
test because it’s normally on between requests in other environments,
and it looks like it was only turned off to work around this caching
issue.
[1] rspec#864
0 commit comments