From 71d8111454ec914a5e2609b7757210a01faf8d6e Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Mon, 27 Jun 2011 01:21:45 -0400 Subject: [PATCH] renamed test --- Gemfile.lock | 2 +- test/integrations/sprites_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 74677031..aa586614 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 456b0063..6f6834bd 100644 --- a/test/integrations/sprites_test.rb +++ b/test/integrations/sprites_test.rb @@ -604,7 +604,7 @@ class SpritesTest < Test::Unit::TestCase 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";