coulda 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- 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