mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -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
|
context ' .index' do
|
||||||
it 'returns success' 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
|
xhr :get, :index
|
||||||
response.should be_success
|
response.should be_success
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user