Skip to content

Latest commit

 

History

History
executable file
·
20 lines (11 loc) · 789 Bytes

README.md

File metadata and controls

executable file
·
20 lines (11 loc) · 789 Bytes

RSpec Package for Sublime Text 2/3

Description

RSpec is a BDD (Behavior-Driven Development) testing framework for Ruby. This package adds support to Sublime Text 2 and 3 for specifying and testing Ruby applications with RSpec. 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 Pacakges directory.

Features

  • RSpec.sublime-build for executing unit tests for the active module via the Sublime Text Build command
    • You must assign the builder for your project to 'Ceedling'