class Schoolmaster::TestAnalyser
Public Class Methods
new(params = {})
click to toggle source
Calls superclass method
Schoolmaster::BaseAnalyser::new
# File lib/schoolmaster/analysers/test_analyser.rb, line 4 def initialize(params = {}) super @command = "bundle exec rspec spec" if command.empty? end