# File lib/rspec/core/command_line_configuration.rb, line 10 def run case @command when 'autotest' then Autotest.generate else raise ArgumentError, #{"*"*50}"#{@command}" is not valid a valid argument to "rspec --configure".Supported options are: rspec --configure autotest # generates .rspec file#{"*"*50} end end
Generated with the Darkfish Rdoc Generator 2.