ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Guard​Helpers

by kassi ST2

Commands for daily use of rspec

Details

  • 2013.07.03.20.07.21
  • github.​com
  • github.​com
  • 11 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 203
  • Win 61
  • Mac 100
  • Linux 42
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GuardHelpers

Commands for daily use of guard.

Prerequisites

You need to have a rails app set up to use guard. The current implementation works only with rspec results.

Installation

You have 3 options for installing GuardHelpers Plugin: using Package Control, using Git, or just downloading it.

Package Control

Inside Sublime Text 2, open your command pallete (⌘ + ⇧ + P on OS X), and select “Package Control: Install Package”.

After this, search for “GuardHelpers” and install it!

Git

Open your terminal application and go to your Packages directory, whose location depends on your operating system:

  • OS X

    cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
    
  • Linux

    cd ~/.Sublime\ Text 2/Packages/
    
  • Windows

    cd %APPDATA%/Sublime Text 2/Packages/
    

After this, you just need to clone this repository:

git clone git://github.com/kassi/sublime-text-2-guard-helpers.git GuardHelpers

Download

Click on the nice cloud icon above and download the zip file containing this plugin.

Then unzip the file and move the resulting folder to your Packages directory.

Usage

guard_open_failing_tests

After your guard running rspec specs encountered a failing spec, run the command Guard: Open Failing Tests from your command pallete (⌘ + ⇧ + P on OS X).

Select the failure from the list.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Author

Karsten Silkenbäumer