<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 class AccountsController &lt; ApplicationController
+
 end</diff>
      <filename>app/controllers/accounts_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,3 +11,8 @@ test:
   host: localhost
   port: 5984
   &lt;&lt;: *base
+
+cucumber:
+  host: localhost
+  port: 5984
+  &lt;&lt;: *base</diff>
      <filename>config/couchdb.yml</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ begin
 
 rescue
 
-  raise &quot;There was a problem with your config/couchdb.yml file. Check and make sure it's present and the syntax is correct.&quot;
+  raise &quot;There was a problem with your config/couchdb.yml file. Check and make sure it's present and the syntax is correct.\nWe're trying to load the '#{env}' environment. Make sure that is defined inside the couchdb.yml file.&quot;
 
 else
 </diff>
      <filename>config/initializers/couchdb.rb</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@ require 'cucumber/rails/world'
 # after each scenario, which can lead to hard-to-debug failures in 
 # subsequent scenarios. If you do this, we recommend you create a Before
 # block that will explicitly put your database in a known state.
-Cucumber::Rails::World.use_transactional_fixtures = true
+Cucumber::Rails::World.use_transactional_fixtures = false # CouchDB does not have transactions
 
 # If you set this to false, any error raised from within your app will bubble 
 # up to your step definition and out to cucumber unless you catch it somewhere</diff>
      <filename>features/support/env.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ Feature: User logins
   So that I can enter some data
 
   Scenario: first time access
-     Given I do not already have an account
+     Given a user
      When I try to login
      Then I should see a &quot;Create account&quot; page
      And I should enter my NetID and password</diff>
      <filename>features/user_login.feature</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,7 @@
 require 'spec_helper'
 
 describe AccountsController do
-
-  #Delete this example and add some real ones
-  it &quot;should use AccountsController&quot; do
-    controller.should be_an_instance_of(AccountsController)
-  end
+  
+  
 
 end</diff>
      <filename>spec/controllers/accounts_controller_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>app/controllers/.accounts_controller.rb.swp</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>2f847f0233c1a71b2585f69eb617dd76d6c9d1ba</id>
    </parent>
  </parents>
  <author>
    <name>Brian Chamberlain</name>
    <email>b-chamberlain@northwestern.edu</email>
  </author>
  <url>http://github.com/breakpointer/OmniCouch/commit/8b0cb2d7ae833f10f64032907957ea515519cf3e</url>
  <id>8b0cb2d7ae833f10f64032907957ea515519cf3e</id>
  <committed-date>2009-11-10T14:16:58-08:00</committed-date>
  <authored-date>2009-11-10T14:16:58-08:00</authored-date>
  <message>cleaned up extra files, started work on basic features</message>
  <tree>ef4bd1fd0356f9c2612f0d75188cb648e43f96c2</tree>
  <committer>
    <name>Brian Chamberlain</name>
    <email>b-chamberlain@northwestern.edu</email>
  </committer>
</commit>
