diff options
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/profile/show.html.haml_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
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 |