mattscilipoti-cucumber-rails 0.2.4 → 0.2.4.1
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.txt +9 -3
- data/VERSION +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -1,5 +1,11 @@
|
|
1
|
-
== In Git
|
2
1
|
|
2
|
+
== 0.2.4.1 2010-01-26 (mattscilipoti)
|
3
|
+
=== New Features
|
4
|
+
* Add some Debug support:
|
5
|
+
* Cucumber::Rails::World.clean_database_after (boolean)
|
6
|
+
* Clean database in Before
|
7
|
+
|
8
|
+
== In Git
|
3
9
|
=== Bugfixes
|
4
10
|
* Fixed typos in Capybara's web steps (has_not_xpath? => has_no_xpath?) (Thorbjørn Hermansen, Carlos Antonio da Silva)
|
5
11
|
|
@@ -64,11 +70,11 @@ and to celebrate that cucumber-rails now supports Capybara as an alternative to
|
|
64
70
|
in a temporary file and reapply after you have overwritten the file. ALso consider
|
65
71
|
adding your custom code to another file that won't be overwritten the next time
|
66
72
|
you upgrade.
|
67
|
-
|
73
|
+
|
68
74
|
Many people have edits in their env.rb file. This is something you should try
|
69
75
|
to avoid in the future. Instead, keep your custom setup in a different file
|
70
76
|
under features/support - Cucumber loads all files under features/**/*.rb anyway.
|
71
|
-
|
77
|
+
|
72
78
|
If you have a Spork setup, see the end of this thread:
|
73
79
|
http://groups.google.com/group/cukes/browse_thread/thread/475385cc26377215
|
74
80
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.4
|
1
|
+
0.2.4.1
|