Don't blow up if Redis switches to READONLY

This commit is contained in:
Robin Ward
2015-04-24 13:10:43 -04:00
parent 8129cce104
commit 5b3f99aa50
56 changed files with 194 additions and 147 deletions

View File

@ -1,3 +1,3 @@
Fabricator(:permalink) do
url { sequence(:url) {|i| "my/#{i}/url" } }
end
end