Class: RooOnRails::Checks::EnvironmentIndependent

Inherits:
Base
  • Object
show all
Defined in:
lib/roo_on_rails/checks/environment_independent.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, requires, #run

Methods included from Helpers

#bold, included

Constructor Details

This class inherits a constructor from RooOnRails::Checks::Base

Instance Method Details

#callObject



17
18
19
# File 'lib/roo_on_rails/checks/environment_independent.rb', line 17

def call
  say 'All good', :green
end

#introObject



13
14
15
# File 'lib/roo_on_rails/checks/environment_independent.rb', line 13

def intro
  'Validating environment-independent setup'
end