Updating quotes

This commit is contained in:
Chris Niedzwiedz 2017-01-07 00:32:08 -06:00 committed by GitHub
parent 025f175276
commit 3d8b743563

View file

@ -8,6 +8,6 @@ FactoryGirl.define do
end
factory :lodging_xss, parent: :lodging do
description { "<div id='divInjectedElement'></div>" }
description { '<div id="divInjectedElement"></div>' }
end
end