fixed test
This commit is contained in:
parent
27735a9537
commit
a2200b1d83
@ -7,7 +7,7 @@ GIT
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
compass (0.11.beta.4.c201563)
|
compass (0.11.beta.4.27735a9)
|
||||||
chunky_png (~> 1.1.0)
|
chunky_png (~> 1.1.0)
|
||||||
sass (>= 3.1.0.alpha.249)
|
sass (>= 3.1.0.alpha.249)
|
||||||
|
|
||||||
|
@ -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
|
[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)
|
0.11.beta.4 (03/25/2011)
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ describe Compass::SpriteMap do
|
|||||||
|
|
||||||
|
|
||||||
it "should have a correct mtime" 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
|
end
|
||||||
|
|
||||||
it "should have a test for the sass engine" do
|
it "should have a test for the sass engine" do
|
||||||
|
Loading…
Reference in New Issue
Block a user