Create busted lua specs out from markdown files (similar to speculate about)
Find a file
2025-06-03 10:28:19 +02:00
bin check syntax in README.md 2025-05-27 17:46:48 +02:00
lib Scaffold with CheckedClass 2025-06-03 10:28:19 +02:00
spec Scaffold with CheckedClass 2025-06-03 10:28:19 +02:00
.gitignore Initial commit 2025-05-27 11:30:25 +02:00
.rspec setting up gem 2025-05-27 11:47:22 +02:00
.tool-versions setting up gem 2025-05-27 11:47:22 +02:00
doc2busted.gemspec Scaffold with CheckedClass 2025-06-03 10:28:19 +02:00
Gemfile Scaffold with CheckedClass 2025-06-03 10:28:19 +02:00
Gemfile.lock Scaffold with CheckedClass 2025-06-03 10:28:19 +02:00
LICENSE Initial commit 2025-05-27 11:30:25 +02:00
README.md check syntax in README.md 2025-05-27 17:46:48 +02:00

doc2busted

Create busted lua specs out from markdown files (similar to speculate about)


require 'some.file'

An example

  context("something", function()
  end)