/gspec

gedit plugin to run spec tests

Primary LanguagePython

GSpec

GSpec is a Gedit Plugin to run rspec tests in Rails Application

Install

Clone the resposity: git clone git://github.com/milare/gspec.git

Go to dir: cd gspec

Install: ./install.sh

Go to: Edit->Preferences->Plug-ins and active plugin

Screenshot

gspec

WARNING

Check if spec_helper is being required with its full path:

require File.expand_path(File.dirname(FILE) + '/../spec_helper')