Make s3 region site setting a drop down

This commit is contained in:
Neil Lalonde
2013-06-11 14:23:52 -04:00
parent ffde23f09f
commit 811a0df68b
8 changed files with 44 additions and 5 deletions

View File

@ -34,6 +34,10 @@ describe Admin::SiteSettingsController do
xhr :put, :update, id: 'test_setting', value: 'hello'
end
# it 'allows value to be a blank string' do
# SiteSetting.expects(:'test_setting=').with('').once
# xhr :put, :update, id: 'test_setting', value: ''
# end
end
end