let each test component do one thing. leave depends_on(DefaultSetup) for a while
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / Model / SingletonLifeCycle.pm
index c62afea..d7bd895 100644 (file)
@@ -1,8 +1,7 @@
 package TestAppCustomContainer::Model::SingletonLifeCycle;
 use Moose;
 extends 'Catalyst::Model';
-with 'TestAppCustomContainer::Role::HoldsFoo',
-     'TestAppCustomContainer::Role::FailIfACCEPT_CONTEXTCalled';
+with 'TestAppCustomContainer::Role::FailIfACCEPT_CONTEXTCalled';
 
 __PACKAGE__->meta->make_immutable;