class RSpec::Core::CommandLineConfiguration
def initialize(cmd)
def initialize(cmd) @command = cmd end
def run
def run case @command when 'autotest' then Autotest.generate else raise ArgumentError, <<-MESSAGE 50} mmand}" is not valid a valid argument to "rspec --configure". ted options are: c --configure autotest # generates configuration to run autotest with rspec 50} E end end