Sha256: 9882532b69bc3d4ba0fafe620923515638838d1aa92e761ccd4f1c59330e9379
Contents?: true
Size: 379 Bytes
Versions: 18
Compression:
Stored size: 379 Bytes
Contents
require "spec_helper" describe "clearfix" do before(:all) do ParserSupport.parse_file("addons/clearfix") end context "called on element" do it "adds clearfix" do input = ".clearfix::after" ruleset = "clear: both; " + "content: \"\"; " + "display: table;" expect(input).to have_ruleset(ruleset) end end end
Version data entries
18 entries across 18 versions & 3 rubygems