From 107776803ed4ad6bd65973b6b5a6ab2771586ddd Mon Sep 17 00:00:00 2001 From: Debian Emacs addons team Date: Mon, 19 Jun 2017 12:08:00 +0100 Subject: patch-README-for-Debian Gbp-Pq: Name patch-README-for-Debian.diff --- README.md | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index dfcbf2c..a063e9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Buttercup — Behavior-Driven Emacs Lisp Testing -[![Build Status](https://api.travis-ci.org/jorgenschaefer/emacs-buttercup.png?branch=master)](https://travis-ci.org/jorgenschaefer/emacs-buttercup) -[![MELPA Stable](http://stable.melpa.org/packages/buttercup-badge.svg)](http://stable.melpa.org/#/buttercup) - -![Ranculus repens, photo by sannse](docs/images/buttercup.jpg) - 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 @@ -16,7 +11,7 @@ The framework is heavily inspired by ## Example -*Full article: [Writing Tests](docs/writing-tests.md)* +*Full article: [Writing Tests](writing-tests.md.gz)* A simple test looks like this. @@ -26,26 +21,11 @@ A simple test looks like this. (expect t :to-be t))) ``` -## Installation and Usage - -*Full article: [Running Tests](docs/running-tests.md)* - -You can install buttercup from -[MELPA Stable](http://stable.melpa.org/). Add the following to your -`init.el` or `.emacs` file: - -``` -(require 'package) -(add-to-list 'package-archives - '("melpa-stable" . "http://stable.melpa.org/packages/") t) -``` - -This should allow you to `M-x package-install RET buttercup RET`. +## Usage -Alternatively, users of Debian 9 or later or Ubuntu 16.10 or later may -simply `apt-get install elpa-buttercup`. +*Full article: [Running Tests](running-tests.md.gz)* -Now create a file called `test-feature.el` with these contents: +Create a file called `test-feature.el` with these contents: ```Lisp (describe "A suite" -- cgit v1.2.3 From 92bcdeab0374ee91457db1429371563f54c01266 Mon Sep 17 00:00:00 2001 From: Debian Emacs addons team Date: Sat, 2 Sep 2017 13:03:43 -0700 Subject: patch-README-for-Debian Gbp-Pq: Name patch-README-for-Debian.diff --- README.md | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index dfcbf2c..a063e9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Buttercup — Behavior-Driven Emacs Lisp Testing -[![Build Status](https://api.travis-ci.org/jorgenschaefer/emacs-buttercup.png?branch=master)](https://travis-ci.org/jorgenschaefer/emacs-buttercup) -[![MELPA Stable](http://stable.melpa.org/packages/buttercup-badge.svg)](http://stable.melpa.org/#/buttercup) - -![Ranculus repens, photo by sannse](docs/images/buttercup.jpg) - 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 @@ -16,7 +11,7 @@ The framework is heavily inspired by ## Example -*Full article: [Writing Tests](docs/writing-tests.md)* +*Full article: [Writing Tests](writing-tests.md.gz)* A simple test looks like this. @@ -26,26 +21,11 @@ A simple test looks like this. (expect t :to-be t))) ``` -## Installation and Usage - -*Full article: [Running Tests](docs/running-tests.md)* - -You can install buttercup from -[MELPA Stable](http://stable.melpa.org/). Add the following to your -`init.el` or `.emacs` file: - -``` -(require 'package) -(add-to-list 'package-archives - '("melpa-stable" . "http://stable.melpa.org/packages/") t) -``` - -This should allow you to `M-x package-install RET buttercup RET`. +## Usage -Alternatively, users of Debian 9 or later or Ubuntu 16.10 or later may -simply `apt-get install elpa-buttercup`. +*Full article: [Running Tests](running-tests.md.gz)* -Now create a file called `test-feature.el` with these contents: +Create a file called `test-feature.el` with these contents: ```Lisp (describe "A suite" -- cgit v1.2.3 From 0e306005ef7505ca5de428cfa341b5f2f13e01b2 Mon Sep 17 00:00:00 2001 From: Debian Emacs addons team Date: Wed, 27 Sep 2017 16:33:10 -0700 Subject: patch-README-for-Debian Gbp-Pq: Name patch-README-for-Debian.diff --- README.md | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index dfcbf2c..a063e9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Buttercup — Behavior-Driven Emacs Lisp Testing -[![Build Status](https://api.travis-ci.org/jorgenschaefer/emacs-buttercup.png?branch=master)](https://travis-ci.org/jorgenschaefer/emacs-buttercup) -[![MELPA Stable](http://stable.melpa.org/packages/buttercup-badge.svg)](http://stable.melpa.org/#/buttercup) - -![Ranculus repens, photo by sannse](docs/images/buttercup.jpg) - 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 @@ -16,7 +11,7 @@ The framework is heavily inspired by ## Example -*Full article: [Writing Tests](docs/writing-tests.md)* +*Full article: [Writing Tests](writing-tests.md.gz)* A simple test looks like this. @@ -26,26 +21,11 @@ A simple test looks like this. (expect t :to-be t))) ``` -## Installation and Usage - -*Full article: [Running Tests](docs/running-tests.md)* - -You can install buttercup from -[MELPA Stable](http://stable.melpa.org/). Add the following to your -`init.el` or `.emacs` file: - -``` -(require 'package) -(add-to-list 'package-archives - '("melpa-stable" . "http://stable.melpa.org/packages/") t) -``` - -This should allow you to `M-x package-install RET buttercup RET`. +## Usage -Alternatively, users of Debian 9 or later or Ubuntu 16.10 or later may -simply `apt-get install elpa-buttercup`. +*Full article: [Running Tests](running-tests.md.gz)* -Now create a file called `test-feature.el` with these contents: +Create a file called `test-feature.el` with these contents: ```Lisp (describe "A suite" -- cgit v1.2.3 From 318d6f39e8366df2457d81ff0f43960705fa3186 Mon Sep 17 00:00:00 2001 From: Debian Emacs addons team Date: Mon, 12 Mar 2018 18:17:18 -0700 Subject: patch-README-for-Debian Gbp-Pq: Name patch-README-for-Debian.diff --- README.md | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index dfcbf2c..a063e9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Buttercup — Behavior-Driven Emacs Lisp Testing -[![Build Status](https://api.travis-ci.org/jorgenschaefer/emacs-buttercup.png?branch=master)](https://travis-ci.org/jorgenschaefer/emacs-buttercup) -[![MELPA Stable](http://stable.melpa.org/packages/buttercup-badge.svg)](http://stable.melpa.org/#/buttercup) - -![Ranculus repens, photo by sannse](docs/images/buttercup.jpg) - 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 @@ -16,7 +11,7 @@ The framework is heavily inspired by ## Example -*Full article: [Writing Tests](docs/writing-tests.md)* +*Full article: [Writing Tests](writing-tests.md.gz)* A simple test looks like this. @@ -26,26 +21,11 @@ A simple test looks like this. (expect t :to-be t))) ``` -## Installation and Usage - -*Full article: [Running Tests](docs/running-tests.md)* - -You can install buttercup from -[MELPA Stable](http://stable.melpa.org/). Add the following to your -`init.el` or `.emacs` file: - -``` -(require 'package) -(add-to-list 'package-archives - '("melpa-stable" . "http://stable.melpa.org/packages/") t) -``` - -This should allow you to `M-x package-install RET buttercup RET`. +## Usage -Alternatively, users of Debian 9 or later or Ubuntu 16.10 or later may -simply `apt-get install elpa-buttercup`. +*Full article: [Running Tests](running-tests.md.gz)* -Now create a file called `test-feature.el` with these contents: +Create a file called `test-feature.el` with these contents: ```Lisp (describe "A suite" -- cgit v1.2.3