xref: /Universal-ctags/Units/parser-rake.r/xtasks.d/expected.tags (revision d6e25171468cef95a8160add90e4c6bb43ca4003)
1spec	input.rake	/^namespace :spec do$/;"	namespace
2setup	input.rake	/^  task :setup => ["app:test:vmdb:setup"]$/;"	task	namespace:spec
3spec	input.rake	/^RSpec::Core::RakeTask.new(:spec => ['app:test:spec_deps', 'app:test:providers_common']) do |t|$/;"	xtask	typeref:typename:RSpec::Core::RakeTask.new
4cucumber	input.rake	/^Cucumber::Rake::Task.new(:cucumber)$/;"	xtask	typeref:typename:Cucumber::Rake::Task.new
5spec	input.rake	/^RSpec::Core::RakeTask.new(:spec) do |t|$/;"	xtask	typeref:typename:RSpec::Core::RakeTask.new
6spec	input.rake	/^namespace :spec do$/;"	namespace
7ui	input.rake	/^  RSpec::Core::RakeTask.new(:ui) do |t|$/;"	xtask	namespace:spec	typeref:typename:RSpec::Core::RakeTask.new
8rubocop	input.rake	/^task :rubocop do$/;"	task
9clobber	input.rake	/^task :clobber do$/;"	task
10rdoc	input.rake	/^task :rdoc do$/;"	task
11relish	input.rake	/^task :relish, :version do |_t, args|$/;"	task
12relish_staging	input.rake	/^task :relish_staging do$/;"	task
13default	input.rake	/^task :default => [:spec, :cucumber, :rubocop]$/;"	task
14verify_private_key_present	input.rake	/^task :verify_private_key_present do$/;"	task
15build	input.rake	/^task :build => :verify_private_key_present$/;"	task
16