Flowdock
method

rakefile_test_tasks

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: PluginNewGenerator
rakefile_test_tasks() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb, line 299
      def rakefile_test_tasks
        require 'rake/testtask'Rake::TestTask.new(:test) do |t|  t.libs << 'lib'  t.libs << 'test'  t.pattern = 'test/**/*_test.rb'  t.verbose = falseend
      end
Register or log in to add new notes.