All Projects → vim-scripts → Specky

vim-scripts / Specky

Functions to help make behavioral testing easy with ruby and rspec.

Labels

Projects that are alternatives of or similar to Specky

Freeswitch log vim syntax
Vim syntax for Freeswitch logs
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Zdict.vim
A vim plugin integrate with zdict - the last online dictionary framework you need.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Php.vim Html Enhanced
combination of the php indent file and the html indent file
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Ap dark8
8色 Terminal 用の色設定と vim 用の色設定の自作
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Devlindo.vim
Ultimate productivity boost for Vim.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vim Simplebar
A simple non-attention-seeking Vim status line.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vim Independence
A vim plugin for loading (git) project specific vim settings
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Speech
Speech to text and text to speech via google speech api
Stars: ✭ 11 (+0%)
Mutual labels:  viml
Cu.vim
vim plugin for conversion camelCase and underscoreCase
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vimrc
My personal vim config. Now with organisation! :-)
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vim confs
Personal Vim configurations with focus on a few programming languages (Python, Perl, Ruby and Go) and MacVim.
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Puppet Multipuppetmaster
A setup for multiple puppetmaster and one puppeteer who manges them
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Vim Textobj Rubysymbol
Text object for manipulation of ruby symbol variables
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Dotfiles
My Vim dotfiles.
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Vimux Ipy
To send python code from vim to ipython running within a tmux split (with either visually selected code or with IPython like cells).
Stars: ✭ 11 (+0%)
Mutual labels:  viml
Ftl Vim Syntax
Vim syntax for FTL (FreeMarker Template Language)
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Molokai Terminal
A molokai-like theme for 16-color terminals and a 256-color theme for vim.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Peg.vim
PEG Syntax for Vim
Stars: ✭ 11 (+0%)
Mutual labels:  viml
Vim Tsv
Tab Separated Value niceties for Vim
Stars: ✭ 11 (+0%)
Mutual labels:  viml
Haskomplete.vim
A vim ftplugin for magical contextual haskell code completions
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2286

Specky is a small collection of Vim functions to help make behavioral testing streamlined and easy when working with ruby and rspec.

Here are some of the things you can do with Specky, with a single key stroke:

* Switch back and forth from code to testing spec
* Run the spec, with results going to a new, syntax highlighted buffer
* Jump quickly to spec failures and failure detail
* View rdoc of the word under the cursor
* Dynamically switch string types for the word under the cursor (double quoted, quoted, symbol)
* Create comment banners quickly 

Specky also includes a couple of conveniences to make your everyday programming tasks smooooth and pleasurable, such as:

* File detection for spec files (that are named in the traditional *_spec.rb fashion.)
* Syntax highlighting for rspec and rdoc
* "Snippets" for rspec, using the Snipmate (vimscript #2540) plugin. 

You can see a screencast of Specky here: http://projects.martini.nu/vim-stuff/wiki/SpeckyCast

This is my first official VIM plugin. Advice/props/criticisms all equally appreciated, but please let me know if you're using it! ([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].