diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-10-23 22:38:20 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-10-24 21:34:46 +0100 |
commit | cd51c26830d4f6ba144874e2f26010f7b6b76636 (patch) | |
tree | 17a0316b6c461e2ba45ac1d462772bf37fddc38e /t/cobrand/bromley.t | |
parent | 0b28f2ac1af652c37eda35f944b5eb78f4adf5d1 (diff) |
Fix test suite to run regardless of config setup.
Diffstat (limited to 't/cobrand/bromley.t')
-rw-r--r-- | t/cobrand/bromley.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/cobrand/bromley.t b/t/cobrand/bromley.t index cb2086a84..91a7038ec 100644 --- a/t/cobrand/bromley.t +++ b/t/cobrand/bromley.t @@ -2,9 +2,6 @@ use strict; use warnings; use Test::More; -plan skip_all => 'Skipping Bromley test without Bromley cobrand' - unless FixMyStreet::Cobrand->exists('bromley'); - use FixMyStreet::TestMech; my $mech = FixMyStreet::TestMech->new; |