diff --git a/app/views/layout/application.html.erb b/app/views/layout/application.html.erb index 96e5859..e69de29 100644 --- a/app/views/layout/application.html.erb +++ b/app/views/layout/application.html.erb @@ -1,11 +0,0 @@ - - - - Fresh Merb App - - - - - <%= catch_content :for_layout %> - - \ No newline at end of file diff --git a/app/views/posts/edit.html.erb b/app/views/posts/edit.html.haml similarity index 100% rename from app/views/posts/edit.html.erb rename to app/views/posts/edit.html.haml diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.haml similarity index 100% rename from app/views/posts/index.html.erb rename to app/views/posts/index.html.haml diff --git a/app/views/posts/new.html.erb b/app/views/posts/new.html.haml similarity index 100% rename from app/views/posts/new.html.erb rename to app/views/posts/new.html.haml diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.haml similarity index 100% rename from app/views/posts/show.html.erb rename to app/views/posts/show.html.haml diff --git a/spec/views/posts/delete.html.erb_spec.rb b/spec/views/posts/delete.html.haml_spec.rb similarity index 100% rename from spec/views/posts/delete.html.erb_spec.rb rename to spec/views/posts/delete.html.haml_spec.rb diff --git a/spec/views/posts/edit.html.erb_spec.rb b/spec/views/posts/edit.html.haml_spec.rb similarity index 100% rename from spec/views/posts/edit.html.erb_spec.rb rename to spec/views/posts/edit.html.haml_spec.rb diff --git a/spec/views/posts/index.html.erb_spec.rb b/spec/views/posts/index.html.haml_spec.rb similarity index 100% rename from spec/views/posts/index.html.erb_spec.rb rename to spec/views/posts/index.html.haml_spec.rb diff --git a/spec/views/posts/new.html.erb_spec.rb b/spec/views/posts/new.html.haml_spec.rb similarity index 100% rename from spec/views/posts/new.html.erb_spec.rb rename to spec/views/posts/new.html.haml_spec.rb diff --git a/spec/views/posts/show.html.erb_spec.rb b/spec/views/posts/show.html.haml_spec.rb similarity index 100% rename from spec/views/posts/show.html.erb_spec.rb rename to spec/views/posts/show.html.haml_spec.rb