moxley / atom-ruby-test

Run Ruby tests, Rspec examples, and Cucumber features from Atom
MIT License
43 stars 36 forks source link

ruby-test package

Build Status

Run Ruby tests, RSpec examples, and Cucumber features from Atom, quickly and easily.


Announcement

This project is no longer maintained. I'm looking for someone to take over this project as a maintainer. I haven't used ruby-test for over a year. Contact me through Twitter direct message: @moxicon.


Running tests is quick and easy

Install

In Atom's Settings, go to Packages, search for "Ruby Test". Click the Install button.

Configure

IMPORTANT: Before configuring ruby-test, toggle to the test panel to activate the package: cmd-ctrl-x.

This relies on the platformio-ide-terminal package to run commands and has its own settings. Make sure, in its settings, the Working Directory is set to "Project". This is the package's default, but might be different if you already had the package installed.

Ruby Test Settings view

Run

Open the test file you want to run, then issue one of the following:

Features

Helpful Tips

Contributing

Any of the following are appreciated: