Exception: Mini::Guard::NotRailsAndSpecApp

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mini/guard.rb

Class Method Summary collapse

Class Method Details

.errorObject



37
38
39
# File 'lib/mini/guard.rb', line 37

def NotRailsAndSpecApp.error
  NotRailsAndSpecApp.new("Make sure you run this command in Rails app root folder (with rspec specs and optionally with spring gem added)")
end