<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,9 +13,9 @@ module Spec
       def matches?(event_proc)
         raise_block_syntax_error if block_given?
         
-        evaluate_value_before_event
+        @before = evaluate_value_proc
         event_proc.call
-        evaluate_value_after_event
+        @after = evaluate_value_proc
         
         return false if @from unless @from == @before
         return false if @to unless @to == @after
@@ -32,12 +32,8 @@ MESSAGE
         )
       end
       
-      def evaluate_value_before_event
-        @before = @value_proc.call
-      end
-      
-      def evaluate_value_after_event
-        @after = @value_proc.call
+      def evaluate_value_proc
+        @value_proc.call
       end
       
       def failure_message</diff>
      <filename>lib/spec/matchers/change.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>28d3b37c702bb3642a07804248df8f5523a6a421</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec/commit/76c59e3879f124eab671eb24143b611197d20f52</url>
  <id>76c59e3879f124eab671eb24143b611197d20f52</id>
  <committed-date>2008-09-28T11:01:39-07:00</committed-date>
  <authored-date>2008-09-28T11:01:39-07:00</authored-date>
  <message>more refactoring of Spec::Matchers::Change to make it less invasive for rspec-rails to extend for [#545]</message>
  <tree>8bb7d731173551e5b00a58d54971907e85a34dbb</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
