Skip to content

byplayer/chef-cookbook-universal-ctags

Repository files navigation

universal-ctags

This is cookbook for universal-ctags.

CI status

  • CircleCI status CircleCI status badge

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages