From a6aeadb959c6eb5e8e87f0a79ecd5ff53e3a7e56 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 13 May 2011 10:18:22 +0100 Subject: start adding contact form --- t/app/controller/contact.t | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 t/app/controller/contact.t (limited to 't/app/controller') diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t new file mode 100644 index 000000000..a15f08118 --- /dev/null +++ b/t/app/controller/contact.t @@ -0,0 +1,14 @@ +use strict; +use warnings; +use Test::More; + +use FixMyStreet::TestMech; + +my $mech = FixMyStreet::TestMech->new; + + + +$mech->get_ok( '/contact' ); +$mech->content_contains( "We'd love to hear what you think about this site" ); + +done_testing(); -- cgit v1.2.3