<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@ module Spec
         @_options = options
         @_defined_description = defined_description
         @_implementation = implementation || pending_implementation
-        @example_backtrace = caller if Spec::Runner.options.line_number
+        @backtrace = caller if Spec::Runner.options.line_number
       end
       
     private</diff>
      <filename>lib/spec/example/example_group.rb</filename>
    </modified>
    <modified>
      <diff>@@ -114,8 +114,8 @@ module Spec
         instance_eval(&amp;@_implementation)
       end
 
-      def example_backtrace
-        @example_backtrace
+      def backtrace
+        @backtrace
       end
 
       private</diff>
      <filename>lib/spec/example/example_methods.rb</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@ module Spec
       end
 
       def consider_example_for_best_match(example, example_group, file, line_number)
-        parsed_backtrace = parse_backtrace(example.example_backtrace)
+        parsed_backtrace = parse_backtrace(example.backtrace)
         parsed_backtrace.each do |example_file, example_line|
           if is_best_match?(file, line_number, example_file, example_line)
             best_match.clear</diff>
      <filename>lib/spec/runner/spec_parser.rb</filename>
    </modified>
    <modified>
      <diff>@@ -134,7 +134,7 @@ module Spec
         end
       end
 
-      describe &quot;#example_backtrace&quot; do        
+      describe &quot;#backtrace&quot; do        
         describe &quot;with line_number set&quot; do
           with_sandboxed_options do
             before do
@@ -148,7 +148,7 @@ module Spec
               end
               
               example = example_group.examples.first
-              example.example_backtrace.join(&quot;\n&quot;).should include(&quot;#{__FILE__}:#{__LINE__-5}&quot;)
+              example.backtrace.join(&quot;\n&quot;).should include(&quot;#{__FILE__}:#{__LINE__-5}&quot;)
             end
           end
         end
@@ -165,7 +165,7 @@ module Spec
                 end
               end
               example = example_group.examples.first
-              example.example_backtrace.should be_nil
+              example.backtrace.should be_nil
             end
           end
         end</diff>
      <filename>spec/spec/example/example_methods_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d4d1765cd5c79875c66990689974e60cdd208f4</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec/commit/19f6fb98fe540c5a79ac85a405f39cc6e90b06fd</url>
  <id>19f6fb98fe540c5a79ac85a405f39cc6e90b06fd</id>
  <committed-date>2008-11-20T19:27:37-08:00</committed-date>
  <authored-date>2008-11-20T19:27:37-08:00</authored-date>
  <message>example.example_backtrace &gt; example.backtrace</message>
  <tree>ce84fea106dbad62e9a78f339229d8bad9de1028</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
