Go to file
Emmanuel Briot 3734fb9b14
Merge pull request #6 from Irvise/patch-1
Fix documentation link.
2021-10-25 16:51:46 +02:00
docs Add support for @and and @but when writing steps 2021-04-15 11:55:52 +02:00
example Add support for @and and @but when writing steps 2021-04-15 11:55:52 +02:00
src Add support for @and and @but when writing steps 2021-04-15 11:55:52 +02:00
.gitignore Initial revision 2014-02-03 16:01:23 +01:00
Makefile Fix building this library with GNAT GPL 2017 2017-07-05 11:02:02 +02:00
README.md Fix documentation link. 2021-10-25 16:49:33 +02:00
gnatbdd_main.gpr Fix building this library with GNAT GPL 2017 2017-07-05 11:02:02 +02:00

README.md

Behavior Driven Development in Ada

This library provides initial support for behavior driven development in Ada.

This is a workflow where you are invited to first write your tests in English, then run them immediately, and start modifying the code until the tests pass.

See the documentation at:

http://briot.github.io/gnatbdd/

To get started and run a simple example, execute

make test