dev: Reenable skipped test
This commit is contained in:
parent
404b35bd04
commit
0876248130
|
@ -28,7 +28,7 @@ describe Admin::EmbeddableHostsController do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#update' do
|
describe '#update' do
|
||||||
xit "logs embeddable host update" do
|
it "logs embeddable host update" do
|
||||||
category = Fabricate(:category)
|
category = Fabricate(:category)
|
||||||
|
|
||||||
put "/admin/embeddable_hosts/#{embeddable_host.id}.json", params: {
|
put "/admin/embeddable_hosts/#{embeddable_host.id}.json", params: {
|
||||||
|
|
Loading…
Reference in New Issue