coulda 0.4.6 → 0.4.7
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/HISTORY +3 -0
- data/VERSION +1 -1
- data/coulda.gemspec +1 -1
- data/lib/coulda/tasks/print_features.rake +1 -0
- metadata +1 -1
data/HISTORY
CHANGED
|
@@ -61,3 +61,6 @@ Cleanup
|
|
|
61
61
|
-----
|
|
62
62
|
- Fixed issue where Scenario implementations were not delegating unresolved method calls to the wrapped test. Should allow for usage of tools such as Webrat
|
|
63
63
|
|
|
64
|
+
0.4.7
|
|
65
|
+
-----
|
|
66
|
+
- Aded a newline after a Feature has been printed via the coulda:print_features task
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.7
|
data/coulda.gemspec
CHANGED