From 71fe24096c612996cb2a827c919a4c88ae1e3495 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 25 Feb 2016 00:17:01 +0100 Subject: Adding a Mention model, test stubs --- spec/views/profile/show.html.haml_spec.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 spec/views/profile/show.html.haml_spec.rb (limited to 'spec/views') diff --git a/spec/views/profile/show.html.haml_spec.rb b/spec/views/profile/show.html.haml_spec.rb deleted file mode 100644 index 778dcff32..000000000 --- a/spec/views/profile/show.html.haml_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'rails_helper' - -RSpec.describe "profile/show.html.haml", type: :view do - pending "add some examples to (or delete) #{__FILE__}" -end -- cgit