<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,15 @@
 require File.dirname(__FILE__) + '/../../spec_helper'
 
-describe &quot;links/index&quot; do  
+describe &quot;links/index&quot; do
   before(:each) do
     render 'links/index'
   end
-  
+
   it &quot;should display Create a RubyURL in a h1 tag&quot; do
-    response.should have_tag('h1', 'Create a RubyURL')
+    response.should have_tag('label', 'Create a RubyURL')
   end
-  
-  it &quot;should display a text input field for the user to paste their url in&quot; do    
+
+  it &quot;should display a text input field for the user to paste their url in&quot; do
     response.should have_tag('input#link_website_url')
   end
 end
@@ -23,16 +23,16 @@ describe &quot;links/show&quot; do
     assigns[:link] = @link
     render 'links/show'
   end
-  
+
   it &quot;should display Here is your RubyURL in a h1 tag&quot; do
-    response.should have_tag('h1', 'Here is your RubyURL')
+    response.should have_tag('dt', 'Here is your RubyURL')
   end
-    
+
   it &quot;should display a link for the user to copy&quot; do
     response.should have_tag('div#url')
     response.should have_tag('a', 'http://localhost:3000/x093')
   end
-  
+
   it &quot;should display the correct number of characters for the original URL (16)&quot; do
     response.should have_tag('dd', '19 characters')
   end</diff>
      <filename>spec/views/links/index_view_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9d8f1f323b66cdda2209603be8ffebe7f1528a76</id>
    </parent>
  </parents>
  <author>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </author>
  <url>http://github.com/robbyrussell/rubyurl/commit/fe8f2ff4b94fde14bf3dc7a321a9f4971bc6fe92</url>
  <id>fe8f2ff4b94fde14bf3dc7a321a9f4971bc6fe92</id>
  <committed-date>2009-09-11T10:16:45-07:00</committed-date>
  <authored-date>2009-09-11T10:16:45-07:00</authored-date>
  <message>Fixing view specs that were failing after last design changes were made.</message>
  <tree>253da65d14c4a4e1193b7b4eadf0365022039aab</tree>
  <committer>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </committer>
</commit>
