Fixed some broken tests after pulling in changesets.

This commit is contained in:
Chris Eppstein 2009-08-29 15:14:14 -07:00
parent 5d8e8cae02
commit d5147591e8
2 changed files with 2 additions and 7 deletions

View File

@ -88,9 +88,6 @@ class ConfigurationTest < Test::Unit::TestCase
# Require any additional compass plugins here. # Require any additional compass plugins here.
project_path = "/home/chris/my_compass_project" project_path = "/home/chris/my_compass_project"
css_dir = "css" css_dir = "css"
sass_dir = "src"
images_dir = "images"
javascripts_dir = "javascripts"
# Set this to the root of your project when deployed: # Set this to the root of your project when deployed:
http_path = "/" http_path = "/"
# To enable relative paths to assets via compass helper functions. Uncomment: # To enable relative paths to assets via compass helper functions. Uncomment:
@ -113,10 +110,6 @@ EXPECTED
expected_serialization = <<EXPECTED expected_serialization = <<EXPECTED
# Require any additional compass plugins here. # Require any additional compass plugins here.
css_dir = "stylesheets"
sass_dir = "src"
images_dir = "images"
javascripts_dir = "javascripts"
# Set this to the root of your project when deployed: # Set this to the root of your project when deployed:
http_path = "/" http_path = "/"
# To enable relative paths to assets via compass helper functions. Uncomment: # To enable relative paths to assets via compass helper functions. Uncomment:

View File

@ -3,6 +3,8 @@ html, body {
#layout { #layout {
min-height: 100%; min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -72px; } margin-bottom: -72px; }
#layout #layout_footer { #layout #layout_footer {
height: 72px; } height: 72px; }