<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -50,16 +50,10 @@ Synthesis::Task.new('synthesis:spec:graph') do |t|
   t.formatter = :dot
 end
 
-Synthesis::Task.new('synthesis:expectations') do |t|
-  t.adapter = :expectations
-  t.pattern = 'test_project/expectations/test/*_test.rb'
-end
-
 namespace :test_project do
   task :all do
     STDOUT.puts `rake test_project:mocha`
     STDOUT.puts `rake test_project:rspec`
-    STDOUT.puts `rake test_project:expectations`
   end
   
   Rake::TestTask.new('mocha') do |t|
@@ -69,10 +63,6 @@ namespace :test_project do
   Rake::TestTask.new('rspec') do |t|
     t.pattern = 'test_project/mocha/**/*_test.rb'
   end
-  
-  Rake::TestTask.new('expectations') do |t|
-    t.pattern = 'test_project/mocha/**/*_test.rb'
-  end
 end
 
 desc 'Generate RDoc'</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/synthesis/adapter/expectations.rb</filename>
    </removed>
    <removed>
      <filename>test/synthesis/adapter/rspec/methods_test.rb</filename>
    </removed>
    <removed>
      <filename>test_project/expectations/test/data_brander_test.rb</filename>
    </removed>
    <removed>
      <filename>test_project/expectations/test/storage_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f501a84751051e911ba6045611c8888266bb2bc5</id>
    </parent>
  </parents>
  <author>
    <name>George Malamidis</name>
    <email>george@nutrun.com</email>
  </author>
  <url>http://github.com/gmalamid/synthesis/commit/603d0585b499208d1cd0c7b52782252fa258dec7</url>
  <id>603d0585b499208d1cd0c7b52782252fa258dec7</id>
  <committed-date>2009-06-20T05:13:25-07:00</committed-date>
  <authored-date>2009-06-20T05:13:25-07:00</authored-date>
  <message>removed Expectations code</message>
  <tree>55d01dfa99941aa1e63ab8d3e6d10236f5b4181d</tree>
  <committer>
    <name>George Malamidis</name>
    <email>george@nutrun.com</email>
  </committer>
</commit>
