/contact: update contact page with more contact methods.

This commit is contained in:
evazion
2020-12-25 00:37:15 -06:00
parent 069231a33b
commit 96f08b78c5
3 changed files with 11 additions and 5 deletions

View File

@@ -94,6 +94,8 @@ class StaticControllerTest < ActionDispatch::IntegrationTest
context "contact action" do
should "work" do
create(:owner_user)
get contact_path
assert_response :success
end