# File lib/spec/runner/option_parser.rb, line 14
        def spec_command?
          $0.split('/').last == 'spec'
        end