cookbook 'universal-ctags', '= 2.0.0'
universal-ctags (8) Versions 2.0.0 Follow0
Installs/Configures universal-ctags
cookbook 'universal-ctags', '= 2.0.0', :supermarket
knife supermarket install universal-ctags
knife supermarket download universal-ctags
universal-ctags
This is cookbook for universal-ctags.
CI status
how to test it with kitchen
preparation
Prepare test environments using the below command.
$ bundle install
run test step by step
Run the test step by step using the below coommands.
$ bundle exec kitchen create $ bundle exec kitchen converge $ bundle exec kitchen verify
destroy instance
Destroy docker instance which is used for the test.
$ bundle exec kitchen destroy
run full test and destroy container after test
Run test and destroy container. It takes time than step by step process because create instance and test and destroy. If you would like to modify source code or test and run so it is better to use create
, converge
and verify
one by one.
$ bundle exec kitchen test
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.