Sha256: 0406940048a03a71d3223edef0101d81efbe0b048aeaab77a7fbcc857345f6f9
Contents?: true
Size: 378 Bytes
Versions: 16
Compression:
Stored size: 378 Bytes
Contents
require "spec_helper" describe "clearfix" do before(:all) do ParserSupport.parse_file("library/clearfix") end context "called on element" do it "adds clearfix" do input = ".clearfix::after" ruleset = "clear: both; " + 'content: ""; ' + "display: block;" expect(input).to have_ruleset(ruleset) end end end
Version data entries
16 entries across 16 versions & 2 rubygems