5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 13:06:06 +00:00

arreglar test

This commit is contained in:
f 2020-10-05 15:23:11 -03:00
parent fb1bf3500c
commit cd090d2b0a

View file

@ -32,7 +32,7 @@ class SitesControllerTest < ActionDispatch::IntegrationTest
test 'se pueden crear' do
name = SecureRandom.hex
design = Design.all.sample
design = Design.all.where.not(gem: Design::NO_THEMES).sample
post sites_url, headers: @authorization, params: {
site: {