Switch to directory sharding model for site storage

This commit is contained in:
Kyle Drake 2017-03-22 17:45:01 -07:00
parent d597208e38
commit 54422802e5
12 changed files with 59 additions and 121 deletions

View file

@ -61,7 +61,7 @@ describe 'tipping' do
post '/webhooks/paypal/tipping_notify', paypal_hash
@site.tips.length.must_equal 1
@site.tips.first.actioning_site_id.must_equal nil
@site.tips.first.actioning_site_id.must_be_nil
end
end