webrat 0.5.1 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ == 0.5.3 / 2009-08-27
2
+
3
+ * Minor enhancements
4
+
5
+ * Remove unnecessary requires which are to the wrong paths on Edge Rails
6
+
1
7
  == 0.5.1 / 2009-08-18
2
8
 
3
9
  * Minor enhancements
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.3
data/lib/webrat/rails.rb CHANGED
@@ -1,9 +1,5 @@
1
1
  require "webrat"
2
2
 
3
- require "action_controller"
4
- require "action_controller/integration"
5
- require "action_controller/record_identifier"
6
-
7
3
  module Webrat
8
4
  class RailsAdapter #:nodoc:
9
5
  include ActionController::RecordIdentifier
@@ -1,5 +1,6 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
2
2
 
3
+ require "action_controller"
3
4
  require "webrat/rails"
4
5
 
5
6
  describe Webrat::RailsAdapter do
data/webrat.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{webrat}
8
- s.version = "0.5.1"
8
+ s.version = "0.5.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bryan Helmkamp"]
12
- s.date = %q{2009-08-18}
12
+ s.date = %q{2009-08-27}
13
13
  s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests
14
14
  for a Ruby web application. It supports simulating a browser inside
15
15
  a Ruby process to avoid the performance hit and browser dependency of
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webrat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Helmkamp
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-18 00:00:00 -04:00
12
+ date: 2009-08-27 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency