When going through the docs for Konacha, I thought I could just use .jst files without EJS if I didn't need the <% %> replacements. However, when I did that, I got error messages that the JST function wasn't defined.
This PR modifies the README to clarify that EJS (or an alternative) is required in order to make template based tests work.
Also, since the example is only using EJS for testing, I edited the gem include to limit it to development and test.
When going through the docs for Konacha, I thought I could just use .jst files without EJS if I didn't need the <% %> replacements. However, when I did that, I got error messages that the JST function wasn't defined.
This PR modifies the README to clarify that EJS (or an alternative) is required in order to make template based tests work.
Also, since the example is only using EJS for testing, I edited the gem include to limit it to development and test.