Skip to content

Commit 3e710f3

Browse files
committed
Update placeholder app name in test cases
1 parent f95fdf3 commit 3e710f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/update_app_name

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ sed -i.bak "s/dancer_bootstrap_fontawesome_template/$NAME/g" \
5353
"$DANCER_BASE_DIR/Makefile.PL" \
5454
"$DANCER_BASE_DIR/bin/app.pl" \
5555
"$DANCER_BASE_DIR/lib/dancer_bootstrap_fontawesome_template.pm" \
56+
"$DANCER_BASE_DIR/t/001_base.t" \
57+
"$DANCER_BASE_DIR/t/002_index_route.t" \
5658
"$DANCER_BASE_DIR/MANIFEST" || exit 1
5759
mv $DANCER_BASE_DIR/lib/dancer_bootstrap_fontawesome_template.pm $DANCER_BASE_DIR/lib/$NAME.pm || exit 1
5860

0 commit comments

Comments
 (0)