Prep for the 0.3.2 release
This commit is contained in:
parent
0aad32d38a
commit
859a15b8d8
|
@ -1,4 +1,10 @@
|
||||||
== Trunk
|
== 0.3.2 / 2008-11-08
|
||||||
|
|
||||||
|
* Minor enhancements
|
||||||
|
|
||||||
|
* 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.3.1 / 2008-11-07
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ require "rubygems"
|
||||||
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))
|
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))
|
||||||
|
|
||||||
module Webrat
|
module Webrat
|
||||||
VERSION = '0.3.1'
|
VERSION = '0.3.2'
|
||||||
|
|
||||||
def self.root #:nodoc:
|
def self.root #:nodoc:
|
||||||
defined?(RAILS_ROOT) ? RAILS_ROOT : Merb.root
|
defined?(RAILS_ROOT) ? RAILS_ROOT : Merb.root
|
||||||
|
|
Loading…
Reference in New Issue