<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ class Intern &lt; ActiveRecord::Base
 
 	validates_numericality_of :number
 	
-	def self.worst
+	def self.which_to_ridicule
 		Intern.all.map{ |intern| [intern.value_of_life, intern] }.sort.first.last
 	end
 	</diff>
      <filename>app/models/intern.rb</filename>
    </modified>
    <modified>
      <diff>@@ -32,3 +32,5 @@ config.gem &quot;rspec&quot;, :lib =&gt; false, :version =&gt; &quot;&gt;= 1.2.0&quot;
 config.gem &quot;rspec-rails&quot;, :lib =&gt; false, :version =&gt; &quot;&gt;= 1.2.0&quot; 
 config.gem &quot;cucumber&quot;, :lib =&gt; false, :version =&gt; &quot;&gt;= 0.2.3&quot;
 config.gem &quot;thoughtbot-factory_girl&quot;, :lib    =&gt; &quot;factory_girl&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+config.gem &quot;webrat&quot;, :lib =&gt; false, :version =&gt; &quot;&gt;= 0.4.3&quot;
+config.gem &quot;nokogiri&quot;, :lib =&gt; false, :version =&gt; &quot;&gt;= 1.2.3&quot;
\ No newline at end of file</diff>
      <filename>config/environments/test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ Given /^I have interns with the following attributes:$/ do |interns|
 end
 
 When /^I ask for the least valuable intern$/ do
-  @worst = Intern.worst
+  @worst = Intern.which_to_ridicule
 end
 
 Then /^I should find Intern with an id number of 5678$/ do</diff>
      <filename>features/step_definitions/determine_intern_value_steps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1180,3 +1180,95 @@ Processing InternsController#new (for 127.0.0.1 at 2009-04-01 23:23:09) [GET]
 Rendering template within layouts/application
 Rendering interns/new
 Completed in 68ms (View: 37, DB: 0) | 200 OK [http://localhost/interns/new]
+  *[4;36;1mSQL (0.4ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM schema_migrations*[0m
+  *[4;36;1mSQL (16.9ms)*[0m   *[0;1mselect sqlite_version(*)*[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (1.5ms)*[0m   *[0;1mCREATE TABLE &quot;interns&quot; (&quot;id&quot; INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, &quot;number&quot; integer, &quot;skills&quot; text, &quot;smell&quot; varchar(255), &quot;indentured_servant&quot; boolean, &quot;created_at&quot; datetime, &quot;updated_at&quot; datetime) *[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (1.3ms)*[0m   *[0;1mCREATE TABLE &quot;schema_migrations&quot; (&quot;version&quot; varchar(255) NOT NULL) *[0m
+  *[4;35;1mSQL (1.6ms)*[0m   *[0mCREATE UNIQUE INDEX &quot;unique_schema_migrations&quot; ON &quot;schema_migrations&quot; (&quot;version&quot;)*[0m
+  *[4;36;1mSQL (0.2ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM &quot;schema_migrations&quot;*[0m
+  *[4;36;1mSQL (1.4ms)*[0m   *[0;1mINSERT INTO &quot;schema_migrations&quot; (version) VALUES ('20090402020000')*[0m
+  *[4;36;1mSQL (0.4ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM schema_migrations*[0m
+  *[4;36;1mSQL (0.1ms)*[0m   *[0;1mselect sqlite_version(*)*[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (2.1ms)*[0m   *[0;1mCREATE TABLE &quot;interns&quot; (&quot;id&quot; INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, &quot;number&quot; integer, &quot;skills&quot; text, &quot;smell&quot; varchar(255), &quot;indentured_servant&quot; boolean, &quot;created_at&quot; datetime, &quot;updated_at&quot; datetime) *[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (1.5ms)*[0m   *[0;1mCREATE TABLE &quot;schema_migrations&quot; (&quot;version&quot; varchar(255) NOT NULL) *[0m
+  *[4;35;1mSQL (1.5ms)*[0m   *[0mCREATE UNIQUE INDEX &quot;unique_schema_migrations&quot; ON &quot;schema_migrations&quot; (&quot;version&quot;)*[0m
+  *[4;36;1mSQL (0.2ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM &quot;schema_migrations&quot;*[0m
+  *[4;36;1mSQL (1.1ms)*[0m   *[0;1mINSERT INTO &quot;schema_migrations&quot; (version) VALUES ('20090402020000')*[0m
+  *[4;36;1mSQL (0.4ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM schema_migrations*[0m
+  *[4;36;1mSQL (0.1ms)*[0m   *[0;1mselect sqlite_version(*)*[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (2.5ms)*[0m   *[0;1mCREATE TABLE &quot;interns&quot; (&quot;id&quot; INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, &quot;number&quot; integer, &quot;skills&quot; text, &quot;smell&quot; varchar(255), &quot;indentured_servant&quot; boolean, &quot;created_at&quot; datetime, &quot;updated_at&quot; datetime) *[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (1.6ms)*[0m   *[0;1mCREATE TABLE &quot;schema_migrations&quot; (&quot;version&quot; varchar(255) NOT NULL) *[0m
+  *[4;35;1mSQL (1.9ms)*[0m   *[0mCREATE UNIQUE INDEX &quot;unique_schema_migrations&quot; ON &quot;schema_migrations&quot; (&quot;version&quot;)*[0m
+  *[4;36;1mSQL (0.2ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM &quot;schema_migrations&quot;*[0m
+  *[4;36;1mSQL (1.7ms)*[0m   *[0;1mINSERT INTO &quot;schema_migrations&quot; (version) VALUES ('20090402020000')*[0m
+  *[4;36;1mSQL (0.4ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM schema_migrations*[0m
+  *[4;36;1mSQL (0.1ms)*[0m   *[0;1mselect sqlite_version(*)*[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (1.9ms)*[0m   *[0;1mCREATE TABLE &quot;interns&quot; (&quot;id&quot; INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, &quot;number&quot; integer, &quot;skills&quot; text, &quot;smell&quot; varchar(255), &quot;indentured_servant&quot; boolean, &quot;created_at&quot; datetime, &quot;updated_at&quot; datetime) *[0m
+  *[4;35;1mSQL (0.2ms)*[0m   *[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;36;1mSQL (1.6ms)*[0m   *[0;1mCREATE TABLE &quot;schema_migrations&quot; (&quot;version&quot; varchar(255) NOT NULL) *[0m
+  *[4;35;1mSQL (1.6ms)*[0m   *[0mCREATE UNIQUE INDEX &quot;unique_schema_migrations&quot; ON &quot;schema_migrations&quot; (&quot;version&quot;)*[0m
+  *[4;36;1mSQL (0.2ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.1ms)*[0m   *[0mSELECT version FROM &quot;schema_migrations&quot;*[0m
+  *[4;36;1mSQL (1.3ms)*[0m   *[0;1mINSERT INTO &quot;schema_migrations&quot; (version) VALUES ('20090402020000')*[0m</diff>
      <filename>log/development.log</filename>
    </modified>
    <modified>
      <diff>@@ -453,3 +453,206 @@ Completed in 6ms (View: 4, DB: 0) | 200 OK [http://www.example.com/interns]
   *[4;36;1mIntern Create (0.7ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;number&quot;, &quot;created_at&quot;, &quot;smell&quot;, &quot;updated_at&quot;, &quot;skills&quot;, &quot;indentured_servant&quot;) VALUES(5678, '2009-04-02 07:00:13', 'bad', '2009-04-02 07:00:13', 'nothing, to, impressive', 't')*[0m
   *[4;35;1mIntern Create (0.2ms)*[0m   *[0mINSERT INTO &quot;interns&quot; (&quot;number&quot;, &quot;created_at&quot;, &quot;smell&quot;, &quot;updated_at&quot;, &quot;skills&quot;, &quot;indentured_servant&quot;) VALUES(1234, '2009-04-02 07:00:13', 'tolerable', '2009-04-02 07:00:13', 'nothing, to, impressive', 'f')*[0m
   *[4;36;1mIntern Load (0.4ms)*[0m   *[0;1mSELECT * FROM &quot;interns&quot; *[0m
+  *[4;36;1mIntern Create (0.4ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 16:56:30', 5678, 'bad', 't', 'nothing, to, impressive', '2009-04-02 16:56:30')*[0m
+  *[4;35;1mIntern Create (0.1ms)*[0m   *[0mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 16:56:30', 1234, 'tolerable', 'f', 'nothing, to, impressive', '2009-04-02 16:56:30')*[0m
+  *[4;36;1mIntern Load (0.3ms)*[0m   *[0;1mSELECT * FROM &quot;interns&quot; *[0m
+REQUESTING PAGE: GET /interns with {} and HTTP headers {}
+
+
+Processing InternsController#index (for 127.0.0.1 at 2009-04-02 09:56:30) [GET]
+  *[4;35;1mIntern Load (0.2ms)*[0m   *[0mSELECT * FROM &quot;interns&quot; *[0m
+Rendering template within layouts/application
+Rendering interns/index
+Completed in 97ms (View: 94, DB: 1) | 200 OK [http://www.example.com/interns]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns&quot;}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 09:56:30) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 4ms (View: 4, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 09:56:30) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 2ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 09:56:30) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 2ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns/new]
+  *[4;36;1mIntern Create (0.4ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:01:21', 5678, 'bad', 't', 'nothing, to, impressive', '2009-04-02 17:01:21')*[0m
+  *[4;35;1mIntern Create (0.1ms)*[0m   *[0mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:01:21', 1234, 'tolerable', 'f', 'nothing, to, impressive', '2009-04-02 17:01:21')*[0m
+  *[4;36;1mIntern Load (0.3ms)*[0m   *[0;1mSELECT * FROM &quot;interns&quot; *[0m
+REQUESTING PAGE: GET /interns with {} and HTTP headers {}
+
+
+Processing InternsController#index (for 127.0.0.1 at 2009-04-02 10:01:21) [GET]
+  *[4;35;1mIntern Load (0.2ms)*[0m   *[0mSELECT * FROM &quot;interns&quot; *[0m
+Rendering template within layouts/application
+Rendering interns/index
+Completed in 77ms (View: 75, DB: 1) | 200 OK [http://www.example.com/interns]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns&quot;}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:01:21) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 4ms (View: 4, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:01:21) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 2ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: POST /interns with {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;4567&quot;, &quot;smell&quot;=&gt;&quot;bad&quot;, &quot;indentured_servant&quot;=&gt;&quot;1&quot;, &quot;skills&quot;=&gt;&quot;stocking fridge, being laughed at&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns/new&quot;}
+
+
+Processing InternsController#create (for 127.0.0.1 at 2009-04-02 10:01:21) [POST]
+  Parameters: {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;4567&quot;, &quot;indentured_servant&quot;=&gt;&quot;1&quot;, &quot;smell&quot;=&gt;&quot;bad&quot;, &quot;skills&quot;=&gt;&quot;stocking fridge, being laughed at&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;}
+  *[4;36;1mIntern Create (0.4ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:01:21', 4567, 'bad', 't', 'stocking fridge, being laughed at', '2009-04-02 17:01:21')*[0m
+Redirected to http://www.example.com/interns
+Completed in 3ms (DB: 0) | 302 Found [http://www.example.com/interns]
+REQUESTING PAGE: GET http://www.example.com/interns with {} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns&quot;}
+
+
+Processing InternsController#index (for 127.0.0.1 at 2009-04-02 10:01:21) [GET]
+  *[4;35;1mIntern Load (0.3ms)*[0m   *[0mSELECT * FROM &quot;interns&quot; *[0m
+Rendering template within layouts/application
+Rendering interns/index
+Completed in 2ms (View: 1, DB: 0) | 200 OK [http://www.example.com/interns]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:01:21) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 2ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: POST /interns with {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;Andrew&quot;, &quot;smell&quot;=&gt;&quot;tolerable&quot;, &quot;indentured_servant&quot;=&gt;&quot;0&quot;, &quot;skills&quot;=&gt;&quot;&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns/new&quot;}
+
+
+Processing InternsController#create (for 127.0.0.1 at 2009-04-02 10:01:21) [POST]
+  Parameters: {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;Andrew&quot;, &quot;indentured_servant&quot;=&gt;&quot;0&quot;, &quot;smell&quot;=&gt;&quot;tolerable&quot;, &quot;skills&quot;=&gt;&quot;&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;}
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 4ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns]
+  *[4;36;1mIntern Create (0.4ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:02:20', 5678, 'bad', 't', 'nothing, to, impressive', '2009-04-02 17:02:20')*[0m
+  *[4;35;1mIntern Create (0.1ms)*[0m   *[0mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:02:20', 1234, 'tolerable', 'f', 'nothing, to, impressive', '2009-04-02 17:02:20')*[0m
+  *[4;36;1mSQL (0.2ms)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+REQUESTING PAGE: GET /interns with {} and HTTP headers {}
+
+
+Processing InternsController#index (for 127.0.0.1 at 2009-04-02 10:02:20) [GET]
+  *[4;35;1mIntern Load (0.2ms)*[0m   *[0mSELECT * FROM &quot;interns&quot; *[0m
+Rendering template within layouts/application
+Rendering interns/index
+Completed in 78ms (View: 75, DB: 1) | 200 OK [http://www.example.com/interns]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns&quot;}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:02:20) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 5ms (View: 4, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:02:20) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 2ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: POST /interns with {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;4567&quot;, &quot;smell&quot;=&gt;&quot;bad&quot;, &quot;indentured_servant&quot;=&gt;&quot;1&quot;, &quot;skills&quot;=&gt;&quot;stocking fridge, being laughed at&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns/new&quot;}
+
+
+Processing InternsController#create (for 127.0.0.1 at 2009-04-02 10:02:20) [POST]
+  Parameters: {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;4567&quot;, &quot;indentured_servant&quot;=&gt;&quot;1&quot;, &quot;smell&quot;=&gt;&quot;bad&quot;, &quot;skills&quot;=&gt;&quot;stocking fridge, being laughed at&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;}
+  *[4;36;1mIntern Create (0.5ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:02:20', 4567, 'bad', 't', 'stocking fridge, being laughed at', '2009-04-02 17:02:20')*[0m
+Redirected to http://www.example.com/interns
+Completed in 3ms (DB: 0) | 302 Found [http://www.example.com/interns]
+REQUESTING PAGE: GET http://www.example.com/interns with {} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns&quot;}
+
+
+Processing InternsController#index (for 127.0.0.1 at 2009-04-02 10:02:20) [GET]
+  *[4;35;1mIntern Load (0.3ms)*[0m   *[0mSELECT * FROM &quot;interns&quot; *[0m
+Rendering template within layouts/application
+Rendering interns/index
+Completed in 2ms (View: 1, DB: 0) | 200 OK [http://www.example.com/interns]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:02:20) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 3ms (View: 3, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: POST /interns with {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;Andrew&quot;, &quot;smell&quot;=&gt;&quot;tolerable&quot;, &quot;indentured_servant&quot;=&gt;&quot;0&quot;, &quot;skills&quot;=&gt;&quot;&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns/new&quot;}
+
+
+Processing InternsController#create (for 127.0.0.1 at 2009-04-02 10:02:20) [POST]
+  Parameters: {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;Andrew&quot;, &quot;indentured_servant&quot;=&gt;&quot;0&quot;, &quot;smell&quot;=&gt;&quot;tolerable&quot;, &quot;skills&quot;=&gt;&quot;&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;}
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 4ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns]
+  *[4;36;1mIntern Create (0.4ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:02:41', 5678, 'bad', 't', 'nothing, to, impressive', '2009-04-02 17:02:41')*[0m
+  *[4;35;1mIntern Create (0.1ms)*[0m   *[0mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:02:41', 1234, 'tolerable', 'f', 'nothing, to, impressive', '2009-04-02 17:02:41')*[0m
+  *[4;36;1mIntern Load (0.3ms)*[0m   *[0;1mSELECT * FROM &quot;interns&quot; *[0m
+REQUESTING PAGE: GET /interns with {} and HTTP headers {}
+
+
+Processing InternsController#index (for 127.0.0.1 at 2009-04-02 10:02:41) [GET]
+  *[4;35;1mIntern Load (0.2ms)*[0m   *[0mSELECT * FROM &quot;interns&quot; *[0m
+Rendering template within layouts/application
+Rendering interns/index
+Completed in 77ms (View: 74, DB: 1) | 200 OK [http://www.example.com/interns]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns&quot;}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:02:41) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 4ms (View: 4, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:02:41) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 2ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: POST /interns with {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;4567&quot;, &quot;smell&quot;=&gt;&quot;bad&quot;, &quot;indentured_servant&quot;=&gt;&quot;1&quot;, &quot;skills&quot;=&gt;&quot;stocking fridge, being laughed at&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns/new&quot;}
+
+
+Processing InternsController#create (for 127.0.0.1 at 2009-04-02 10:02:41) [POST]
+  Parameters: {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;4567&quot;, &quot;indentured_servant&quot;=&gt;&quot;1&quot;, &quot;smell&quot;=&gt;&quot;bad&quot;, &quot;skills&quot;=&gt;&quot;stocking fridge, being laughed at&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;}
+  *[4;36;1mIntern Create (0.4ms)*[0m   *[0;1mINSERT INTO &quot;interns&quot; (&quot;updated_at&quot;, &quot;number&quot;, &quot;smell&quot;, &quot;indentured_servant&quot;, &quot;skills&quot;, &quot;created_at&quot;) VALUES('2009-04-02 17:02:41', 4567, 'bad', 't', 'stocking fridge, being laughed at', '2009-04-02 17:02:41')*[0m
+Redirected to http://www.example.com/interns
+Completed in 3ms (DB: 0) | 302 Found [http://www.example.com/interns]
+REQUESTING PAGE: GET http://www.example.com/interns with {} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns&quot;}
+
+
+Processing InternsController#index (for 127.0.0.1 at 2009-04-02 10:02:41) [GET]
+  *[4;35;1mIntern Load (0.3ms)*[0m   *[0mSELECT * FROM &quot;interns&quot; *[0m
+Rendering template within layouts/application
+Rendering interns/index
+Completed in 2ms (View: 1, DB: 0) | 200 OK [http://www.example.com/interns]
+REQUESTING PAGE: GET /interns/new with {} and HTTP headers {}
+
+
+Processing InternsController#new (for 127.0.0.1 at 2009-04-02 10:02:41) [GET]
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 2ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns/new]
+REQUESTING PAGE: POST /interns with {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;Andrew&quot;, &quot;smell&quot;=&gt;&quot;tolerable&quot;, &quot;indentured_servant&quot;=&gt;&quot;0&quot;, &quot;skills&quot;=&gt;&quot;&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;} and HTTP headers {&quot;HTTP_REFERER&quot;=&gt;&quot;/interns/new&quot;}
+
+
+Processing InternsController#create (for 127.0.0.1 at 2009-04-02 10:02:41) [POST]
+  Parameters: {&quot;intern&quot;=&gt;{&quot;number&quot;=&gt;&quot;Andrew&quot;, &quot;indentured_servant&quot;=&gt;&quot;0&quot;, &quot;smell&quot;=&gt;&quot;tolerable&quot;, &quot;skills&quot;=&gt;&quot;&quot;}, &quot;commit&quot;=&gt;&quot;Put To Work&quot;}
+Rendering template within layouts/application
+Rendering interns/new
+Completed in 4ms (View: 2, DB: 0) | 200 OK [http://www.example.com/interns]</diff>
      <filename>log/test.log</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>35e643b076d852b54e513aed650ada634ddd4ae0</id>
    </parent>
  </parents>
  <author>
    <name>Integrum User</name>
    <email>integrum@SayWhatAgain.local</email>
  </author>
  <url>http://github.com/clayton/cucumber-demo/commit/cc9f47d88f674f3168163817fbd02a54cfbf2fb9</url>
  <id>cc9f47d88f674f3168163817fbd02a54cfbf2fb9</id>
  <committed-date>2009-04-02T10:03:36-07:00</committed-date>
  <authored-date>2009-04-02T10:03:36-07:00</authored-date>
  <message>Fixing gem deps, changing Intern class method</message>
  <tree>1f97bb99ee04118b7e646d290cc936a3dd18c905</tree>
  <committer>
    <name>Integrum User</name>
    <email>integrum@SayWhatAgain.local</email>
  </committer>
</commit>
