<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,6 @@ require File.dirname(__FILE__) + '/../spec_helper'
 
 describe &quot;The -r command line option&quot; do
   it &quot;requires the specified file&quot; do
-    ruby_exe(&quot;fixtures/require.rb&quot;, :options =&gt; &quot;-r fixtures/test_file&quot;, :dir =&gt; File.dirname(__FILE__)).chomp.should include(&quot;fixtures/test_file.rb&quot;)
+    ruby_exe(&quot;fixtures/require.rb&quot;, :options =&gt; &quot;-r ./fixtures/test_file&quot;, :dir =&gt; File.dirname(__FILE__)).chomp.should include(&quot;fixtures/test_file.rb&quot;)
   end
 end</diff>
      <filename>command_line/dash_r_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e70e5226977163a84389f8dbe493d3daef839fac</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/e7804d9f706e0dc3a754a836692b90f0c828b7d6</url>
  <id>e7804d9f706e0dc3a754a836692b90f0c828b7d6</id>
  <committed-date>2009-08-04T14:13:30-07:00</committed-date>
  <authored-date>2009-08-04T13:39:04-07:00</authored-date>
  <message>Force relative path when requiring file

Ruby 1.9 removed &quot;.&quot; from $LOAD_PATH. Now, to require files relative to
the current working directory, you must prefix paths with &quot;./&quot;.</message>
  <tree>d0f33e6eeb5d2429c03595f2d79cba4a82296dce</tree>
  <committer>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </committer>
</commit>
