Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
added consiistent height
Browse files Browse the repository at this point in the history
  • Loading branch information
kbingman committed Aug 9, 2010
1 parent 6723532 commit c031f90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions app/views/css/_layout.sass
Expand Up @@ -45,6 +45,7 @@
+clearfix
:padding 12px
:color #ccc
:min-height 379px
h2, h3
:font-family "ChaletLondonNineteenSixty", "HelveticaNeue-Light", helvetica, arial, sans-serif

Expand Down
13 changes: 4 additions & 9 deletions test/stories/site_test.rb
Expand Up @@ -8,16 +8,11 @@ class SiteTest < Test::Unit::TestCase
assert_contain "Bitch Kitty Racing"
end

scenario "A visitor goes to the testpage" do
visit "/test"
assert_contain "This is a Test, This is Only a Test"
scenario "A visitor goes to the January page" do
visit "/months/january"
assert_contain "January"
end

scenario "A visitor goes to the subfolder testpage" do
visit "/folder/test"
assert_contain "This is a Test of the Subfolder System"
end


scenario "A visitor should see a 404 for a page that does not exist" do
visit "/folder/testing"
assert_contain "Sorry, the page /folder/testing could not be found"
Expand Down
Empty file added test/unit/month_test.rb
Empty file.

0 comments on commit c031f90

Please sign in to comment.