<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>features/new_article.feature</filename>
    </added>
    <added>
      <filename>features/step_definitions/article_steps.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
 Then /^show me the page$/ do
   save_and_open_page
 end
+
+Then /^run &quot;(.*)&quot;$/ do |code|
+  instance_eval code
+end
+</diff>
      <filename>features/step_definitions/debugging_steps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,3 +6,12 @@ end
 Given /^a global administator named &quot;(.*)&quot; with email &quot;(.*)&quot;$/ do |login, email|
   @user = User.make(:login =&gt; login, :admin =&gt; true, :email =&gt; email)
 end
+
+Given /^that I am logged in as a contributor$/ do
+  membership = Membership.make
+  @site = membership.site
+  @user = membership.user
+  
+  When &quot;I try to access the overview page&quot;
+  And  &quot;I log in as \&quot;#{@user.login}\&quot; with password \&quot;password\&quot;&quot;
+end</diff>
      <filename>features/step_definitions/user_steps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -17,6 +17,8 @@ if false
     Webrat::Selenium::Rails::World.new
   end
   Before do
+    Article.delete_all
+    Membership.delete_all
     Site.delete_all
     User.delete_all
   end</diff>
      <filename>features/support/env.rb</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@ Site.blueprint do
   permalink_style    { &quot;:year/:month/:day/:permalink&quot; }
   tag_path           { 'tags' }
   search_path        { 'search' }
-  current_theme_path { 'current' }
+  current_theme_path { 'simpla' }
 end
 
 User.blueprint do</diff>
      <filename>spec/blueprints.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9dfc439bc0394cfc99f6f28e3a456efa0605c19f</id>
    </parent>
  </parents>
  <author>
    <name>Eric Kidd</name>
    <email>git@randomhacks.net</email>
  </author>
  <url>http://github.com/emk/mephisto/commit/3b91b1b734c256333382e74cf308c4a5a9edf018</url>
  <id>3b91b1b734c256333382e74cf308c4a5a9edf018</id>
  <committed-date>2008-12-30T06:48:00-08:00</committed-date>
  <authored-date>2008-12-30T06:48:00-08:00</authored-date>
  <message>Add a new_article.feature scenario

What I really want to do is test the JavaScript in the GUI, but I'll to
create some assets before I can do that.</message>
  <tree>d5aab6829fee2a40b3e323ba40d3e59e07599714</tree>
  <committer>
    <name>Eric Kidd</name>
    <email>git@randomhacks.net</email>
  </committer>
</commit>
