Bump rails from 5.2.4.4 to 5.2.4.5
Bumps [rails](https://github.com/rails/rails) from 5.2.4.4 to 5.2.4.5. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v5.2.4.4...v5.2.4.5) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
3fcdfddf0d
commit
83f23b3ef1
@@ -5,7 +5,7 @@ describe AdminWYSIWYGSanitizer do
|
||||
|
||||
describe "#sanitize" do
|
||||
it "allows images" do
|
||||
html = 'Dangerous<img src="/smile.png" alt="Smile" style="width: 10px;"> image'
|
||||
html = 'Dangerous<img src="/smile.png" alt="Smile" style="width:10px;"> image'
|
||||
expect(sanitizer.sanitize(html)).to eq(html)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user