<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,9 +11,8 @@ You can add extra template stubs, if you need, with the @--stubs@ option.
 
 Current limitations:
 
-# only works for haml views (that's all we use)
 # you have to add the @--force@ option for subsequent runs
-
+# mocking &quot;dot chains&quot; doesn't work right now
 
 &lt;pre&gt;
 &lt;code&gt;</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,7 @@ require 'rbconfig'
 class ViewSpecifyGenerator &lt; Rails::Generator::Base
   def manifest
     record do |m|
-      # TODO: handle erb
-      files = FileList[&quot;app/views/**/*.html.haml&quot;]
+      files = FileList[&quot;app/views/**/*.html.erb&quot;]
       
       files.each do |view_template_path|
         next if view_template_path =~ /\/_/  # ignore partials
@@ -15,9 +14,9 @@ class ViewSpecifyGenerator &lt; Rails::Generator::Base
         root_depth.times do
           root_directory += '/..'
         end
-        view_template_path =~ /app\/views\/(.*?)\.html\.haml/
+        view_template_path =~ /app\/views\/(.*?)\.html\.erb/
         view_template_path_stem = $1  # grab the 'controller/action' part of the path
-        view_spec_path = &quot;spec/views/#{view_template_path_stem}.html.haml_spec.rb&quot;
+        view_spec_path = &quot;spec/views/#{view_template_path_stem}.html.erb_spec.rb&quot;
         
         @mocks, @template_stubs = [], []
         File.open(view_template_path) do |f|</diff>
      <filename>generators/view_specify/view_specify_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c738ef49d24586875299826fc3000b1a0aa42ac5</id>
    </parent>
  </parents>
  <author>
    <name>Jon Larkowski</name>
    <email>jonlarkowski@gmail.com</email>
  </author>
  <url>http://github.com/hashrocket/view_specify/commit/eef92d263bdfb2cc8c21601cb4ff27c8acc7db43</url>
  <id>eef92d263bdfb2cc8c21601cb4ff27c8acc7db43</id>
  <committed-date>2008-09-09T20:34:30-07:00</committed-date>
  <authored-date>2008-09-09T20:34:30-07:00</authored-date>
  <message>switch from haml to erb for public consumption, will support both eventually</message>
  <tree>473589e1e5bafe10973dd5b658503fe1f74b5f24</tree>
  <committer>
    <name>Jon Larkowski</name>
    <email>jonlarkowski@gmail.com</email>
  </committer>
</commit>
