mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
added test condition that fails with latest AM serializer
This commit is contained in:
parent
88972b99a5
commit
c32399a80b
@ -13,6 +13,7 @@ describe Admin::SiteCustomizationsController do
|
||||
|
||||
context ' .index' do
|
||||
it 'returns success' do
|
||||
SiteCustomization.create!(name: 'my name', user_id: Fabricate(:user).id, header: "my awesome header", stylesheet: "my awesome css")
|
||||
xhr :get, :index
|
||||
response.should be_success
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user