<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/custom_layout_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,8 @@ module Blueprint
     # path to ERB file used for CSS template
     CSS_ERB_FILE = File.join(Blueprint::LIB_PATH, &quot;grid.css.erb&quot;)
 
-    attr_writer :column_count, :column_width, :gutter_width, :input_padding, :input_border
+    attr_accessor :column_count, :column_width, :gutter_width,
+                  :input_padding, :input_border
 
     # Column count of generated CSS.  Returns itself or Blueprint's default
     def column_count
@@ -32,7 +33,7 @@ module Blueprint
 
     # Returns page width (in pixels)
     def page_width
-      column_count * (column_width + gutter_width) - gutter_width
+      self.column_count * (self.column_width + self.gutter_width) - self.gutter_width
     end
 
     # ==== Options</diff>
      <filename>lib/blueprint/custom_layout.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,7 @@ require &quot;active_support/test_case&quot;
 
 gem &quot;thoughtbot-shoulda&quot;, :version =&gt; &quot;2.10.0&quot;
 require &quot;shoulda&quot;
+require &quot;shoulda/rails&quot;
 require &quot;mocha&quot;
 
 begin
@@ -12,4 +13,4 @@ begin
 rescue
 end
 
-require File.join(File.dirname(__FILE__), &quot;..&quot;, &quot;lib/blueprint&quot;)
+require &quot;blueprint&quot;</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d948c18dfdb8a7c43a2449b4bdd5e2a4bd61c88a</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Clayton</name>
    <email>jclayton@fusionary.com</email>
  </author>
  <url>http://github.com/joshuaclayton/blueprint-css/commit/eef6102fe4d1e5b327c51ffa59fcb802bb5c4953</url>
  <id>eef6102fe4d1e5b327c51ffa59fcb802bb5c4953</id>
  <committed-date>2009-07-03T10:04:33-07:00</committed-date>
  <authored-date>2009-07-03T10:04:33-07:00</authored-date>
  <message>Tests for custom layout</message>
  <tree>3583dfc8de3c9778083faf5f168fd4e4773413a6</tree>
  <committer>
    <name>Joshua Clayton</name>
    <email>jclayton@fusionary.com</email>
  </committer>
</commit>
