Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caironoleto/rspec_mate
RSpec Mate is a plugin to show results of specs like Textmate in Gedit
https://github.com/caironoleto/rspec_mate
Last synced: 3 months ago
JSON representation
RSpec Mate is a plugin to show results of specs like Textmate in Gedit
- Host: GitHub
- URL: https://github.com/caironoleto/rspec_mate
- Owner: caironoleto
- Created: 2009-03-27T18:49:24.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-27T19:15:00.000Z (almost 15 years ago)
- Last Synced: 2023-04-13T16:15:23.968Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# RSpec Mate
RSpec Mate is a plugin for Gedit. This provide a window with results of spec like textmate. You can see screenshots in [Cairo'sBlog][rspec_mate_url].
RSpec Mate depends of python-webkit package, if you don't use debian/ubuntu based distro, you will need install from source. The Python Webkit Home is located on http://code.google.com/p/pywebkitgtk/.
To install on a debian/ubuntu based distro just run in a terminal:
$ git clone git://github.com/caironoleto/rspec_mate.git
$ cd rspec_mate
$ ./install.sh
You can install the gem syntax to see the codes more sexy ;)$ sudo gem install syntax
## Usage
Press Super + S to run current spec. (You can press Super + S in your model, controller, helper or view to run respective spec)
Press Super + R to run all specs in your project.
## TODO
- save current spec before run (like CTRL + S) or run after save (using CTRL + S)## Authors
### **Cairo Noleto**
Working at [Jus Navigandi][jus]
Blog: [Cairo'sBlog][blog_url]
Twitter: [@caironoleto][twitter_url]
### **Cleiton Francisco**
Working at [Jus Navigandi][jus]
Site: [http://www.cleitonfco.com.br][cleitonfco_site]
Twitter: [@cleitonfco][cleiton_twitter_url]
### **Gabriel Sobrinho**
Development Director of Hite
Site: [http://www.hite.com.br][hite_url]
Twitter: [@sobrinho][sobrinho_twitter_url]
[rspec_mate_url]: http://www.caironoleto.com/2009/03/28/rspec-mate-plugin-para-o-geditrspec-mate-plugin-para-o-gedit/
[down]: http://github.com/caironoleto/rspec_mate/tarball/master
[blog_url]: http://www.caironoleto.com/
[twitter_url]: http://www.twitter.com/caironoleto
[cleiton_twitter_url]: http://www.twitter.com/cleitonfco
[cleitonfco_site]: http://www.cleitonfco.com.br
[jus]: http://jus.uol.com.br/
[hite_url]: http://www.hite.com.br/
[sobrinho_twitter_url]: http://www.twitter.com/sobrinho