Sha256: c67294f3a729e43d8c39b8fcf74e93559509ea825702939cf4524cca48a5b315
Contents?: true
Size: 471 Bytes
Versions: 16
Compression:
Stored size: 471 Bytes
Contents
require 'spec_helper' describe "new-breakpoint()" do before(:all) do ParserSupport.parse_file("new-breakpoint") end context "with argument (max-width 768px 12)" do it "outputs (max-width 768px)" do expect('.responsive-element').to be_contained_in('screen and (max-width: 768px)') end it "adds (max-width 768px 12) to visual grid breakpoints" do expect('$visual-grid-breakpoints').to have_value('max-width 768px 12') end end end
Version data entries
16 entries across 16 versions & 2 rubygems