Class: BareMinimumChecks::SafePush

Inherits:
Object
  • Object
show all
Defined in:
lib/bare_minimum_checks.rb

Instance Method Summary collapse

Instance Method Details

#run_specsObject



6
7
8
9
# File 'lib/bare_minimum_checks.rb', line 6

def run_specs
  project = BareMinimumChecks::Project.new
  project.run_specs
end