Based on the awesome RSpec Package for Sublime Text 2/3
ESpec is a Behavior-Driven Development testing framework for Elixir. ESpec is inspired by RSpec and the main idea is to be close to its perfect DSL. This package adds support to Sublime Text 2 and 3 for specifying and testing Elixir applications with ESpec. It contains extra syntax highlighting and many snippets.
Recommended: install via Package Control.
Alternative (especially if you want to develop the package further): Clone (your fork of) the repository into your Sublime Text Packages directory.
- ESpec.tmLanguage: plugin automatically uses ESpec language syntax when you are in a ESpec file
- Large amount of ESpec snippets
- Pull requests are welcome!