about summary refs log tree commit diff
path: root/spec/views/domain_policy
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-30 16:35:53 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-30 16:36:24 -0500
commitccb84572d6300c0ed69a59653b98ced89582452a (patch)
tree23609bf14d544836f7ef5177f70a52719ae53592 /spec/views/domain_policy
parent3f327a3ea75e0c635b88418e5b92454873815f9d (diff)
add a domain policy viewer at `/policies`
Diffstat (limited to 'spec/views/domain_policy')
-rw-r--r--spec/views/domain_policy/show.html.haml_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/views/domain_policy/show.html.haml_spec.rb b/spec/views/domain_policy/show.html.haml_spec.rb
new file mode 100644
index 000000000..67b21486f
--- /dev/null
+++ b/spec/views/domain_policy/show.html.haml_spec.rb
@@ -0,0 +1,5 @@
+require 'rails_helper'
+
+RSpec.describe "domain_policy/show.html.haml", type: :view do
+  pending "add some examples to (or delete) #{__FILE__}"
+end