summaryrefslogtreecommitdiffstats
path: root/t/33-constructor-name.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-21 13:29:19 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-21 13:29:19 -0600
commitccb6cf33d33e58eef1937253be5c470f9449354a (patch)
tree0b1801b3e187af3f695abbdd71e41fa0946f98be /t/33-constructor-name.t
parent5067979bd1601d557362d79aa03a51665a761a39 (diff)
downloadbread-board-declare-ccb6cf33d33e58eef1937253be5c470f9449354a.tar.gz
bread-board-declare-ccb6cf33d33e58eef1937253be5c470f9449354a.zip
make constructor injections just use the tc
also provide the 'service' key to override creating a service
Diffstat (limited to 't/33-constructor-name.t')
-rw-r--r--t/33-constructor-name.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/33-constructor-name.t b/t/33-constructor-name.t
index ef46338..abe367d 100644
--- a/t/33-constructor-name.t
+++ b/t/33-constructor-name.t
@@ -18,7 +18,6 @@ use Test::Moose;
has bar => (
is => 'ro',
isa => 'Bar',
- class => 'Bar',
constructor_name => 'create',
);
}