Seasons7 / RSpec

Sublime Text 2 plugin for RSpec BDD Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

RSpec is a BDD (Behavioral-Driven Development) testing framework for Ruby. This package adds support to Sublime Text 2 for testing Ruby applications wioth RSpec.

Package Installation

Bring up a command line in the Packages/ folder of your Sublime user folder, and execute the following:

git clone git://github.com/SublimeText/RSpec.git

When you launch Sublime Text 2, it will pick up the contents of this package so that you can consume the goodness that it provides.

Features

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

About

Sublime Text 2 plugin for RSpec BDD Framework