diff --git a/Gemfile.lock b/Gemfile.lock index 74677031b8..aa58661472 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - compass (0.11.3.c8cb9f2) + compass (0.11.3.43868ec) chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.1) diff --git a/test/integrations/sprites_test.rb b/test/integrations/sprites_test.rb index 456b0063e6..6f6834bddc 100644 --- a/test/integrations/sprites_test.rb +++ b/test/integrations/sprites_test.rb @@ -604,7 +604,7 @@ def render(scss) CSS end - it "should calculate corret sprite demsions when givin spacing via issue#253" do + it "should create horizontal sprite" do css = render <<-SCSS $squares-layout:horizontal; @import "squares/*.png";