<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,6 @@
 ;; Authors: Rob Christie  &lt;robchristie at gmail dot com&gt;,
 ;; Keywords: ruby rails languages oop
 
-
 ;;; License
 
 ;; This program is free software; you can redistribute it and/or
@@ -21,7 +20,6 @@
 ;; along with this program; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-
 (defun rails-shoulda:current-test ()
   &quot;Return the test name based on point&quot;
   (save-excursion
@@ -33,7 +31,6 @@
       (when (and should context)
         (concat context &quot; should &quot; should)))))
 
-
 (defun rails-shoulda:current-context ()
   &quot;Return the shoulda context name based on point&quot;
   (save-excursion
@@ -41,7 +38,6 @@
     (when (search-backward-regexp &quot;^[ ]*context \&quot;\\([a-z0-9_ ]+\\)\&quot;[ ]*do&quot; nil t)
       (match-string-no-properties 1))))
 
-
 (defun rails-shoulda:run-current-should ()
   &quot;Run should assertion based on the location of point.&quot;
   (interactive)
@@ -50,7 +46,6 @@
     (when method
       (rails-test:run-single-file file (format &quot;--name=/%s/&quot; method)))))
 
-
 (defun rails-shoulda:run-current-context ()
   &quot;Run tests associated with the context based on the location of point.&quot;
   (interactive)
@@ -59,6 +54,4 @@
     (when method
       (rails-test:run-single-file file (format &quot;--name=/%s/&quot; method)))))
 
-
-
-  (provide 'rails-shoulda)
+(provide 'rails-shoulda)</diff>
      <filename>rails-shoulda.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>872bb5cc0fa3eabbcbfbbb70ddafb03d68e7133b</id>
    </parent>
  </parents>
  <author>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </author>
  <url>http://github.com/tomtt/emacs-rails/commit/dd4a565085b992c6da4de442e7b9f471afc4e7d7</url>
  <id>dd4a565085b992c6da4de442e7b9f471afc4e7d7</id>
  <committed-date>2008-05-15T09:47:48-07:00</committed-date>
  <authored-date>2008-05-15T09:47:48-07:00</authored-date>
  <message>whitespace cleanup</message>
  <tree>e79f0e78b40df2b287d18257eb9b5a9a5166d2e5</tree>
  <committer>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </committer>
</commit>
