# File lib/rspec/core/project_initializer.rb, line 8 def run warn "The --configure option no longer needs any arguments, so #{@arg} was ignored." if @arg create_spec_helper_file create_dot_rspec_file delete_if_confirmed("autotest/discover.rb", "RSpec registers its own discover.rb with Autotest, so autotest/discover.rb is\nno longer needed.\n") delete_if_confirmed("lib/tasks/rspec.rake", "If the file in lib/tasks/rspec.rake is the one generated by rspec-rails-1x,\nyou can get rid of it, as it is no longer needed with rspec-2.\n") end