Finished testing and docs for now. Time for new features!
This commit is contained in:
+2
-1
@@ -24,7 +24,8 @@ end
|
||||
namespace :doc do
|
||||
desc 'Create the YARD documentation for the project'
|
||||
task :yard do
|
||||
res = sh 'yard doc *.rb'
|
||||
res = sh 'yard doc *.rb --list-undoc'
|
||||
sh 'yard stats *.rb --list-undoc'
|
||||
end
|
||||
|
||||
desc 'Create code coverage'
|
||||
|
||||
Reference in New Issue
Block a user