Sha256: 40a0b2f87c08c8ec18d8d4e30631cf82ed52ac7278b1c7bf4b7e7fad3635e8cc
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
require 'spec_helper' describe "@include outer-container()" do let (:identifier) {"outer-container"} before(:all) do ParserSupport.parse_file(identifier) end it "adds clearfix" do expect('.container-default:after').to have_rule('clear: both') end it "sets max-width" do expect('.container-default').to have_rule('max-width: 960px') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
neat-1.2.1 | spec/neat/container_spec.rb |
neat-1.2.0 | spec/neat/container_spec.rb |