pushing befor major changes
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ end
|
||||
namespace :doc do
|
||||
desc 'Create the YARD documentation for the project'
|
||||
task :yard do
|
||||
res = sh 'yard doc *.rb'
|
||||
sh 'yard stats *.rb --list-undoc'
|
||||
res = sh 'yard doc --plugin yard-sinatra *.rb'
|
||||
sh 'yard stats --plugin yard-sinatra *.rb --list-undoc'
|
||||
end
|
||||
|
||||
desc 'Create code coverage'
|
||||
|
||||
Reference in New Issue
Block a user