Skip to content

Commit 4bd1641

Browse files
committed
chore: 🔖 bump version
1 parent 45f402b commit 4bd1641

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: cucumber
22
Type: Package
33
Title: Behavior-Driven Development for R
4-
Version: 2.0.2
4+
Version: 2.1.0
55
Authors@R: person("Jakub", "Sobolewski", email = "[email protected]", role = c("aut", "cre"))
66
Description: Write executable specifications in a natural language that describes how your code should behave.
77
Write specifications in feature files using 'Gherkin' language and execute them using functions implemented in R.

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# cucumber 2.0.2
1+
# cucumber 2.1.0
22

3+
- ✨ Added `cucumber::run()` function to allow running Cucumber tests alongside `testthat` tests.
34
- 🐛 Don't normalize feature files text within docstrings or tables.
45
- 🐛 Don't include docstrings and tables when validating feature files.
56
- 🧪 Added cucumber tests in `tests/acceptance`.

0 commit comments

Comments
 (0)