public
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://gitrdoc.com/brynary/webrat/tree/master/
Clone URL: git://github.com/brynary/webrat.git
History
brynary (author)
Sun Dec 28 21:38:23 -0800 2008
commit  3a956304a3c704527a42efa2a7309043ab634674
tree    e87b07a9921515a07003d91466508c865689c234
parent  3d522a476a373edcc637e849c75fdd55d0a56dad
...
 
 
 
 
 
 
 
 
 
 
1
2
3
 
4
5
6
7
8
9
 
10
11
12
13
14
15
 
16
17
 
18
19
20
...
1
2
3
4
5
6
7
8
9
10
11
12
 
13
14
15
16
17
18
 
19
20
21
22
23
24
 
25
26
 
27
28
29
30
0
@@ -1,20 +1,30 @@
0
+== 0.3.4 / 2008-12-29
0
+
0
+* 1 Minor enhancement
0
+
0
+  * Fix compatibility with Nokogiri 1.1.0 on JRuby
0
+  
0
+* 1 Bug fix
0
+
0
+  * Correct version for Nokogiri dependency in gem
0
+  
0
 == 0.3.3 / 2008-12-28
0
 
0
-* Minor enhancements
0
+* 1 Minor enhancement
0
 
0
   * Fix compatibility with Nokogiri 1.1.0 on MRI
0
   
0
 == 0.3.2 / 2008-11-08
0
 
0
-* Minor enhancements
0
+* 1 Minor enhancement
0
 
0
   * Fixes behavior or have_tag when a block is passed. It passes the matched node(s) to the block for further specs again. (Carl Lerche)
0
   
0
 == 0.3.1 / 2008-11-07
0
 
0
-  * Minor enhancements
0
+* 1 Minor enhancement
0
 
0
-    * Use @_webrat_session instance variable instead of @session for Merb integration to avoid collisions
0
+  * Use @_webrat_session instance variable instead of @session for Merb integration to avoid collisions
0
 
0
 == 0.3.0 / 2008-11-07
0
 

Comments