summaryrefslogtreecommitdiffstats
path: root/t/helpers.t
diff options
context:
space:
mode:
Diffstat (limited to 't/helpers.t')
-rw-r--r--t/helpers.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/helpers.t b/t/helpers.t
index 98a72ba..51ab9ac 100644
--- a/t/helpers.t
+++ b/t/helpers.t
@@ -9,7 +9,7 @@ use Text::Xslate 'mark_raw';
render_ok(
{
- function => {
+ helpers => {
link => sub {
my ($context, $object) = @_;
return mark_raw(
@@ -37,7 +37,7 @@ RENDERED
render_ok(
{
- function => {
+ helpers => {
link => sub {
my ($context, $text, $url) = @_;
return mark_raw(
@@ -63,7 +63,7 @@ RENDERED
{ local $TODO = "unimplemented";
render_ok(
{
- function => {
+ helpers => {
link => sub {
my ($context, $text, $options) = @_;