# File lib/generators/cucumber/install/install_base.rb, line 118
      def print_instructions
        require 'cucumber/formatter/ansicolor'
        extend Cucumber::Formatter::ANSIColor

        if @default_driver
          puts "\n\#{yellow_cukes(15)}\n\n\#{yellow_cukes(1)}   D R I V E R   A L E R T    \#{yellow_cukes(1)}\n\nYou didn't explicitly generate with --capybara or --webrat, so I looked at\nyour gems and saw that you had \#{green(@default_driver.to_s)} installed, so I went with that.\nIf you want something else, be specific about it. Otherwise, relax.\n\n\#{yellow_cukes(15)}\n\n"
        end
      end