moxley / atom-ruby-test

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

Configure default spec framework and test framework #67

Closed moxley closed 9 years ago

moxley commented 9 years ago

What

Configuration setting for default spec framework and test framework, so that ruby-test doesn't guess whether it's RSpec or Minitest or Test::Unit.

moxley commented 9 years ago

Fixes #57