Bamboo ESpec
Provides assertions for testing Bamboo with ESpec.
Assertions
have_been_deliveredhave_from_addresshave_subjecthave_to_addressuse_text_layout_moduleuse_text_layout_templateuse_view_moduleuse_view_template
Installation
Add bamboo_espec as a test-only dependency in mix.exs:
def deps do
[
{:bamboo_espec, "~> 0.1.0", only: :test},
]
endTODO
- Tests for all assertions
Contributing
- Before opening a pull request, please open an issue first.
- Do the usual fork/add/fix/run tests dance, or whatever tickles your fancy. Tests are highly encouraged.
- Open a PR.
- Treat yourself. You deserve it.
License
See the LICENSE file for license rights and limitations (MIT).