Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 935 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 935 Bytes

ESpec Package for Sublime Text 2/3

Based on the awesome RSpec Package for Sublime Text 2/3

Description

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.

Installation

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.

Features

  • ESpec.tmLanguage: plugin automatically uses ESpec language syntax when you are in a ESpec file
  • Large amount of ESpec snippets

Contributing

  • Pull requests are welcome!