Skip to content

Commit

Permalink
Merge pull request #13 from olorin37/add-stdout-cli-test
Browse files Browse the repository at this point in the history
Adding test for generating to the stdout
  • Loading branch information
olorin37 authored Jul 9, 2024
2 parents f99a1cc + 80a9072 commit bc465df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/Base_usage_to_stdout.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec "$command_under_test" data.yaml standalone.hbs > "$output_file"
3 changes: 3 additions & 0 deletions spec/Base_usage_to_stdout.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Number: 1234567899.
Pi: 3.14.
Hello, I am hbs.

0 comments on commit bc465df

Please sign in to comment.