Skip to content

Commit

Permalink
Merge branch 'f-mer-reset-configuration' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sighmon committed Sep 23, 2020
2 parents 7e21da2 + 25b3c28 commit cdaac98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/parser_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
expect(Mjml.beautify).must_equal(false)
expect(Mjml.minify).must_equal(true)
expect(Mjml.validation_level).must_equal('strict')

Mjml.setup do |config|
config.beautify = true
config.minify = false
config.validation_level = 'soft'
end
end
end
end
Expand Down

0 comments on commit cdaac98

Please sign in to comment.