premailer / css_parser

Ruby CSS Parser
Other
279 stars 110 forks source link

Fix `RuleSet::Declarations` tests and actually run them #121

Closed ojab closed 3 years ago

ojab commented 3 years ago

I noticed that new tests are not run on bundle exec rake test without explicit TEST= :facepalm:

Also #== in Value is really needed since identical value are unequal without it.