Class: Phpspec

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

Class Method Summary collapse

Class Method Details

.runObject



3
4
5
6
# File 'lib/test/phpspec.rb', line 3

def self.run
    puts 'Running all Phpspecs'
    fail 'Specs failed!' unless system 'bin/phpspec run -f pretty --no-interaction'
end