<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,3 +6,4 @@ log/*.pid
 config/database.yml
 config/settings.yml
 gems
+*.pid</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -28,14 +28,10 @@ use_orm :datamapper
 
 ### Add your other dependencies here
 
-dependency &quot;merb-mailer&quot;
-dependency &quot;merb-assets&quot;
-dependency &quot;merb_helpers&quot;
 
 ### This defines which test framework the generators will use
 ### rspec is turned on by default
 # use_test :test_unit
-require &quot;merb_rspec&quot;
 use_test :rspec
 
 # These are some examples of how you might specify dependencies.
@@ -46,6 +42,13 @@ use_test :rspec
 # OR
 # dependencies &quot;RedCloth&quot; =&gt; &quot;&gt; 3.0&quot;, &quot;ruby-aes-cext&quot; =&gt; &quot;= 1.0&quot;
 
+# temporary fix untill the plugins work correctly
+Merb::BootLoader.before_app_loads do
+  dependency &quot;merb-mailer&quot;
+  dependency &quot;merb_helpers&quot;
+  dependency &quot;merb-assets&quot;
+end
+
 Merb::BootLoader.after_app_loads do
   ### Add dependencies here that must load after the application loads:
 </diff>
      <filename>config/init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -20,13 +20,9 @@ require &quot;#{dir}/spec_helpers/app_specific&quot;
 DataMapper::Persistence.auto_migrate!
 
 Spec::Runner.configure do |config|
-    config.include(Merb::Test::Helper)
-    config.include(Merb::Test::RequestHelper)
-    config.include(Merb::Test::RspecMatchers)
-    # TODO should the next two get automagically included somewhere else?
-    config.include(Merb::Test::Rspec::ControllerMatchers)
-    config.include(Merb::Test::Rspec::MarkupMatchers)
-    
+  config.include(Merb::Test::ControllerHelper)
+  config.include(Merb::Test::ViewHelper)
+  config.include(Merb::Test::RouteHelper)
 end
 
 ### METHODS BELOW THIS LINE SHOULD BE EXTRACTED TO MERB ITSELF</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,7 @@ describe &quot;default controller behavior&quot;, :shared =&gt; true do
   describe &quot;#show&quot; do
     it &quot;should fail for a model that doesn't exist&quot; do
       if controller_instance.respond_to? :show
-        calling {dispatch_to(controller_class, :show, :id =&gt; invalid_id)}.
+        lambda {dispatch_to(controller_class, :show, :id =&gt; invalid_id)}.
           should raise_error(Merb::ControllerExceptions::NotFound)
       end
     end</diff>
      <filename>spec/spec_helpers/shared_behaviors/default_controller_behavior.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7fae3eaa7564a108f9ac6262bceb331ad56ab9be</id>
    </parent>
  </parents>
  <author>
    <name>Ben Burkert</name>
    <email>ben@benburkert.com</email>
  </author>
  <url>http://github.com/hornbeck/blerb-core/commit/306733f232f6060717c6abd57e33c806ece489e5</url>
  <id>306733f232f6060717c6abd57e33c806ece489e5</id>
  <committed-date>2008-02-24T13:01:25-08:00</committed-date>
  <authored-date>2008-02-24T13:01:25-08:00</authored-date>
  <message>all specs are passing.  Updated the spec_helper, added temporary fix to init.rb</message>
  <tree>e065c761b06554b058cc519371d9a29b020e7335</tree>
  <committer>
    <name>Ben Burkert</name>
    <email>ben@benburkert.com</email>
  </committer>
</commit>
