Skip to content

Commit a4b505f

Browse files
committed
Change: Add Buttercup description
1 parent 9e22f56 commit a4b505f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,6 +2133,12 @@ Since this happens at macro expansion time rather than at runtime, there is no p
21332133
:ID: 108f5eb6-7307-4d4b-aaf1-dd2a8bb65a58
21342134
:END:
21352135

2136+
#+BEGIN_QUOTE
2137+
Buttercup is a behavior-driven development framework for testing Emacs Lisp code. It allows to group related tests so they can share common set-up and tear-down code, and allows the programmer to “spy” on functions to ensure they are called with the right arguments during testing.
2138+
2139+
The framework is heavily inspired by Jasmine.
2140+
#+END_QUOTE
2141+
21362142
**** [[https://github.com/cask/cask][cask: Project management tool for Emacs]]
21372143

21382144
#+BEGIN_QUOTE

index.html

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)