# File lib/cucumber/cli/configuration.rb, line 93
      def step_defs_to_load
        all_files_to_load.reject {|f| f =~ %r{/support/} }
      end