10 11 12 13 14
# File 'lib/generators/ajax_test/ajax_test_generator.rb', line 10 def create_rake_file if !File.exists?(RAKE_PATH) copy_file('conflux.rake', RAKE_PATH) end end