summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-24 11:40:33 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-24 11:40:33 -0400
commit1c69396362e25b285956643ea322405412744d27 (patch)
tree79ab97aa3944b7115c868c8b7c0f4696f1d6506c /t
parentde8b5da4e90ecf2e4f8c7ed1f4a39d7c9961d9b3 (diff)
downloadox-view-tt-1c69396362e25b285956643ea322405412744d27.tar.gz
ox-view-tt-1c69396362e25b285956643ea322405412744d27.zip
clean up formatting
Diffstat (limited to 't')
-rw-r--r--t/array_parameter.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/array_parameter.t b/t/array_parameter.t
index 22533c2..1f78154 100644
--- a/t/array_parameter.t
+++ b/t/array_parameter.t
@@ -43,9 +43,10 @@ use Path::Class ();
);
has 'template_params' => (
- block => sub {
+ is => 'ro',
+ block => sub {
my $s = shift;
- return {
+ return {
some_scalar => 'scalar',
some_array => ['one', 'two'],
other_array => ['four', 'five'],