<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/autospec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,11 @@
 == Version 1.1.5 (in git)
 
+IMPORTANT: use the new 'autospec' command instead of 'autotest'. We changed
+the way autotest discovers rspec so the autotest executable won't
+automatically load rspec anymore. This allows rspec to live side by side other
+spec frameworks without always co-opting autotest through autotest's discovery
+mechanism.
+
 * Added additional characters to be escaped in step strings (patch from Jake Cahoon). Closes #417.
 * Disable color codes on STDOUT when STDOUT.tty? is false (patch from Tim Pope). Closes #413.
 * mock(:null_object=&gt;true) plays nice with HTML (patch from Gerrit Kaiser). Closes #230.
@@ -10,6 +16,7 @@
 * html story formatter correctly colors story/scenario red if step fails (Patch from Joseph Wilk). Closes #300
 * plain text story formatter correctly colors story/scenario red if step fails (Patch from Joseph Wilk). Closes #439
 * quiet deprecation warning on inflector - patch from RSL. Closes #430
+* added autospec executable
 
 == Version 1.1.4
 </diff>
      <filename>CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -88,7 +88,7 @@ spec = Gem::Specification.new do |s|
   s.extra_rdoc_files = rd.rdoc_files.reject { |fn| fn =~ /\.rb$|^EXAMPLES.rd$/ }.to_a
 
   s.bindir = 'bin'
-  s.executables = ['spec', 'spec_translator']
+  s.executables = ['spec', 'spec_translator', 'autospec']
   s.default_executable = 'spec'
   s.author = &quot;RSpec Development Team&quot;
   s.email = &quot;rspec-devel@rubyforge.org&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 Autotest.add_discovery do
-  &quot;rspec&quot; if File.exist?('spec')
+  &quot;rspec&quot; if File.exist?('spec') &amp;&amp; ENV['RSPEC']
 end</diff>
      <filename>lib/autotest/discover.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f261f5bf6e8b5d738a972e0078ac2fd5b9271f71</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec/commit/c12b4e0cdcae1309725eeee75ce85110b905f432</url>
  <id>c12b4e0cdcae1309725eeee75ce85110b905f432</id>
  <committed-date>2008-06-18T20:29:00-07:00</committed-date>
  <authored-date>2008-06-18T20:29:00-07:00</authored-date>
  <message>Add autospec binary to allow other spec frameworks to use autotest. [#394 state:resolved milestone:&quot;1.1.5&quot;]</message>
  <tree>51ebd56a7583ce870b18506f07cba0873b890c2b</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
