Module: Shanty::RspecPlugin
- Extended by:
- Plugin
- Defined in:
- lib/shanty/plugins/rspec.rb
Overview
Public: Rspec plugin for testing ruby projects.
Instance Method Summary collapse
Methods included from Plugin
Instance Method Details
permalink #rspec ⇒ Object
[View source]
10 11 12 |
# File 'lib/shanty/plugins/rspec.rb', line 10 def rspec system 'rspec' end |