Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 899 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 899 Bytes

GoToSpec

This is an early stage RSpec helper plugin for Sublime Text 2.

GoToSpec Usage Sample

Usage

The plugin is triggered by Ctrl+Shift+Alt+S key combo.

It will try to find the RSpec file matching the current open file.

If found, it will split the view (if needed) and open the RSpec file on the left side.

Otherwise, it will prompt the user if he wants to create a new spec for the current file.

Creating a new spec

Resulting spec

Installation Instructions

Go to your Packages folder and clone the repo, usually:

cd "$HOME/Library/Application Support/Sublime Text 2/Packages"
git clone https://github.com/webbynode/GoToSpec.git GoToSpec