<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -203,11 +203,12 @@ module Spec
                 end
                 
                 it &quot;should tell textmate to goto the story's step file and to insert the step&quot; do
+                  pending &quot;JohnnyT...&quot;
                   # expects
-                  TextMateHelper.should_not_receive('goto_file')
-                  TextMateHelper.should_not_receive('insert_text')
+                  TextMateHelper.should_receive('goto_file').with('/path/to/steps/file', {:line =&gt; 2, :column =&gt; 1})
+                  TextMateHelper.should_receive('insert_text')
                   
-                  # when                  
+                  # when
                   @story_helper.goto_current_step(1)
                 end
               end</diff>
      <filename>Support/spec/spec/mate/story/story_helper_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>97d45e006735bc8d722e9545394cececfa70276f</id>
    </parent>
  </parents>
  <author>
    <name>Ben Mabey</name>
    <email>ben@benmabey.com</email>
  </author>
  <url>http://github.com/bmabey/rspec-story-tmbundle/commit/4cb9828868ac8abb204c447a9d72a78d9c2d5e29</url>
  <id>4cb9828868ac8abb204c447a9d72a78d9c2d5e29</id>
  <committed-date>2008-09-15T19:03:52-07:00</committed-date>
  <authored-date>2008-09-15T19:03:52-07:00</authored-date>
  <message>Hmm..</message>
  <tree>3c342df5d1ec781dff6504a0133aa79794d44d04</tree>
  <committer>
    <name>Ben Mabey</name>
    <email>ben@benmabey.com</email>
  </committer>
</commit>
