fixed test

This commit is contained in:
Scott Davis 2011-03-26 13:46:36 -04:00
parent 27735a9537
commit a2200b1d83
3 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
compass (0.11.beta.4.c201563)
compass (0.11.beta.4.27735a9)
chunky_png (~> 1.1.0)
sass (>= 3.1.0.alpha.249)

View File

@ -21,6 +21,8 @@ The Documentation for the [latest preview release](http://beta.compass-style.org
[Magic Selectors](/help/tutorials/spriting/#magic-selectors) have been added
Fixed a bug causing a stack level too deep in ruby 1.8.7
0.11.beta.4 (03/25/2011)
------------------------

View File

@ -44,7 +44,7 @@ describe Compass::SpriteMap do
it "should have a correct mtime" do
puts sprite_map.mtime(uri, subject.sass_options)
sprite_map.mtime(uri, subject.sass_options).should == mtime
end
it "should have a test for the sass engine" do