<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/spec_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,42 +5,29 @@ begin
   require 'jeweler'
   Jeweler::Tasks.new do |gem|
     gem.name = &quot;deployment_notifier&quot;
-    gem.summary = %Q{Deployment notifications}
-    gem.description = %Q{TODO: longer description of your gem}
+    gem.summary = %Q{Deployment notifications for Capistrano}
+    gem.description = %Q{A plugin for Capistrano to send an e-mail to notify people about deployments.}
     gem.email = &quot;jon@blankpad.net&quot;
     gem.homepage = &quot;http://github.com/jellybob/deployment_notifier&quot;
     gem.authors = [&quot;Jon Wood&quot;]
-    gem.add_development_dependency &quot;thoughtbot-shoulda&quot;
+    gem.add_development_dependency &quot;rspec&quot;
     # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
   end
 rescue LoadError
   puts &quot;Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler&quot;
 end
 
-require 'rake/testtask'
-Rake::TestTask.new(:test) do |test|
-  test.libs &lt;&lt; 'lib' &lt;&lt; 'test'
-  test.pattern = 'test/**/*_test.rb'
-  test.verbose = true
-end
-
 begin
-  require 'rcov/rcovtask'
-  Rcov::RcovTask.new do |test|
-    test.libs &lt;&lt; 'test'
-    test.pattern = 'test/**/*_test.rb'
-    test.verbose = true
+  require 'spec/rake/spectask'
+
+  desc &quot;Run all specs&quot;
+  Spec::Rake::SpecTask.new('spec') do |t|
+    t.spec_files = FileList['spec//*_spec.rb']
   end
 rescue LoadError
-  task :rcov do
-    abort &quot;RCov is not available. In order to run rcov, you must: sudo gem install spicycode-rcov&quot;
-  end
+  puts &quot;RSpec is required to run tests. Install it with: sudo gem install rspec&quot;
 end
 
-task :test =&gt; :check_dependencies
-
-task :default =&gt; :test
-
 require 'rake/rdoctask'
 Rake::RDocTask.new do |rdoc|
   if File.exist?('VERSION')</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7a89a163804d118e840f484841db86c83204bfa7</id>
    </parent>
  </parents>
  <author>
    <name>Jon Wood</name>
    <email>jon@blankpad.net</email>
  </author>
  <url>http://github.com/jellybob/deployment_notifier/commit/9a14c23a7fa91e5721fad92c19e52661fd8c41ae</url>
  <id>9a14c23a7fa91e5721fad92c19e52661fd8c41ae</id>
  <committed-date>2009-10-05T03:36:47-07:00</committed-date>
  <authored-date>2009-10-05T03:36:47-07:00</authored-date>
  <message>Add RSpec support</message>
  <tree>bc84b4b39c4187de52992efe60f09d139327c4d6</tree>
  <committer>
    <name>Jon Wood</name>
    <email>jon@blankpad.net</email>
  </committer>
</commit>
