From 709c6685a90bb819696566cc9e42e587546d72dc Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 22 Feb 2016 16:00:20 +0100 Subject: Made some progress --- spec/views/profile/show.html.haml_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/views/profile/show.html.haml_spec.rb (limited to 'spec/views/profile') diff --git a/spec/views/profile/show.html.haml_spec.rb b/spec/views/profile/show.html.haml_spec.rb new file mode 100644 index 000000000..778dcff32 --- /dev/null +++ b/spec/views/profile/show.html.haml_spec.rb @@ -0,0 +1,5 @@ +require 'rails_helper' + +RSpec.describe "profile/show.html.haml", type: :view do + pending "add some examples to (or delete) #{__FILE__}" +end -- cgit