class Behat

Public Class Methods

run() click to toggle source
# File lib/test/behat.rb, line 3
def self.run
    puts 'Running all Behat tests'
    fail 'Behat failed!' unless system 'bin/behat --verbose --no-interaction'
end