aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/tokens.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/tokens.t')
-rw-r--r--t/app/controller/tokens.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/app/controller/tokens.t b/t/app/controller/tokens.t
new file mode 100644
index 000000000..eec1b0d35
--- /dev/null
+++ b/t/app/controller/tokens.t
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+use Test::More;
+
+
+use Catalyst::Test 'FixMyStreet::App';
+use FixMyStreet::App::Controller::Tokens;
+
+ok( request('/tokens')->is_success, 'Request should succeed' );
+done_testing();