Create busted lua specs out from markdown files (similar to speculate about)
- Ruby 100%
| bin | ||
| lib | ||
| spec | ||
| .gitignore | ||
| .rspec | ||
| .tool-versions | ||
| doc2busted.gemspec | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| README.md | ||
doc2busted
Create busted lua specs out from markdown files (similar to speculate about)
require 'some.file'
An example
context("something", function()
end)