aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/loading.t
diff options
context:
space:
mode:
Diffstat (limited to 't/cobrand/loading.t')
-rw-r--r--t/cobrand/loading.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/cobrand/loading.t b/t/cobrand/loading.t
index aa74bbb91..405ef4761 100644
--- a/t/cobrand/loading.t
+++ b/t/cobrand/loading.t
@@ -63,5 +63,9 @@ is FixMyStreet::Cobrand::EmptyHomes->moniker, 'emptyhomes',
is FixMyStreet::Cobrand::EmptyHomes->new->moniker, 'emptyhomes',
'object->moniker works';
+# check is_default works
+ok FixMyStreet::Cobrand::Default->is_default, '::Default is default';
+ok !FixMyStreet::Cobrand::EmptyHomes->is_default, '::Emptyhomes is not default';
+
# all done
done_testing();