<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,3 +4,8 @@ require 'mspec/mocks'
 require 'mspec/runner'
 require 'mspec/guards'
 require 'mspec/helpers'
+
+# If the implementation on which the specs are run cannot
+# load pp from the standard library, add a pp.rb file that
+# defines the #pretty_inspect method on Object or Kernel.
+require 'pp'
\ No newline at end of file</diff>
      <filename>lib/mspec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,18 +4,13 @@ bin_path = File.expand_path(dir_path + '/..')
 $:.unshift lib_path unless $:.include? lib_path
 $:.unshift bin_path unless $:.include? bin_path
 
+require 'pp'
 require 'mspec/helpers/io'
 require 'mspec/helpers/scratch'
 
 # Remove this when MRI has intelligent warnings
 $VERBOSE = nil unless $VERBOSE
 
-module Kernel
-  def pretty_inspect
-    inspect
-  end
-end
-
 class MOSConfig &lt; Hash
   def initialize
     self[:includes]  = []</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4e2dfea60386d4bc470b05bf63d65c74a7afbc21</id>
    </parent>
  </parents>
  <author>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </author>
  <url>http://github.com/jflam/mspec/commit/c77fb16ceaff4d547fc246ffb375ef0a91e32214</url>
  <id>c77fb16ceaff4d547fc246ffb375ef0a91e32214</id>
  <committed-date>2008-06-23T12:30:33-07:00</committed-date>
  <authored-date>2008-06-23T12:30:33-07:00</authored-date>
  <message>Require some version of pp to be available.</message>
  <tree>ecc02b1fdf846b9cfffb83b02a690ec81d496b6a</tree>
  <committer>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </committer>
</commit>
