diff --git a/spec/views/errs/show.html.haml_spec.rb b/spec/views/errs/show.html.haml_spec.rb
index 58f46a0..7b5618f 100644
--- a/spec/views/errs/show.html.haml_spec.rb
+++ b/spec/views/errs/show.html.haml_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe "errs/show.html.erb" do
+describe "errs/show.html.haml" do
before do
err = Factory(:err)
comment = Factory(:comment)
--
libgit2 0.21.2