macros4cuke 0.3.16 → 0.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +8 -0
- data/README.md +1 -0
- data/lib/macros4cuke/constants.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## 0.3.17 / 2013-05-20
|
2
|
+
* [CHANGE] File `README.md`: Added dynamic dependencies badge (Gemnasium).
|
3
|
+
|
4
|
+
## 0.3.16 / 2013-05-20
|
5
|
+
* [CHANGE] File `demo06.feature`: Added a scenario that causes a specific exception to be raised.
|
6
|
+
* [CHANGE] File `demo_steps.rb`: Added a specific step that raises a TableNotException. It is captured and compared to expectations.
|
7
|
+
* [CHANGE] File `engine.rb`: Removed two lines that were never executed.
|
8
|
+
|
1
9
|
## 0.3.15 / 2013-05-20
|
2
10
|
* [FIX] File `.CHANGELOG.md` Date entries weren't incremented.
|
3
11
|
* [CHANGE] File `.rubocop.yml`: Added more configuration entries.
|
data/README.md
CHANGED
@@ -3,6 +3,7 @@ Macros4Cuke
|
|
3
3
|
[](https://travis-ci.org/famished-tiger/Macros4Cuke)
|
4
4
|
[](https://codeclimate.com/github/famished-tiger/Macros4Cuke.png)
|
5
5
|
[](http://badge.fury.io/rb/macros4cuke)
|
6
|
+
[](https://gemnasium.com/famished-tiger/Macros4Cuke)
|
6
7
|
|
7
8
|
_Add macros to your Cucumber scenarios._
|
8
9
|
[Homepage](https://github.com/famished-tiger/Macros4Cuke)
|