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

add_to_project, subscribe

Instance Method Details

#rspecObject

[View source]

10
11
12
# File 'lib/shanty/plugins/rspec.rb', line 10

def rspec
  system 'rspec'
end