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
Bumping version number to 0.3.4
brynary (author)
Sun Dec 28 21:38:40 -0800 2008
commit  6da3371d8430045f60dd9eba0a6af39c717ad60b
tree    b4128b87ce4d85c82d190dd440d558f00492a6fe
parent  3a956304a3c704527a42efa2a7309043ab634674
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ require "rubygems"
0
 $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))
0
 
0
 module Webrat
0
-  VERSION = '0.3.3'
0
+  VERSION = '0.3.4'
0
   
0
   def self.root #:nodoc:
0
     defined?(RAILS_ROOT) ? RAILS_ROOT : Merb.root

Comments