diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-25 00:17:01 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-25 00:17:01 +0100 |
commit | 71fe24096c612996cb2a827c919a4c88ae1e3495 (patch) | |
tree | fb1deed15866b83f0ed1583c91bc4d6fcb432827 /spec/views | |
parent | 42eeecba3f334227c10533a065e238f51f6dee4c (diff) |
Adding a Mention model, test stubs
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/profile/show.html.haml_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
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 |