polonium 0.3.1 → 0.3.2

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/Rakefile CHANGED
@@ -26,7 +26,7 @@ def run_suite
26
26
  end
27
27
 
28
28
  PKG_NAME = "polonium"
29
- PKG_VERSION = "0.3.1"
29
+ PKG_VERSION = "0.3.2"
30
30
  PKG_FILES = FileList[
31
31
  '[A-Z]*',
32
32
  '*.rb',
@@ -7,6 +7,7 @@ module Polonium
7
7
  # User.count == 5
8
8
  # end
9
9
  def wait_for(params={})
10
+ return super unless block_given?
10
11
  timeout = params[:timeout] || default_wait_for_time
11
12
  message = params[:message] || "Timeout exceeded"
12
13
  configuration = Context.new(message)
@@ -1,5 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'spec'
3
+ require 'spec/autorun'
3
4
  require 'rr'
4
5
 
5
6
  dir = File.dirname(__FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-10 00:00:00 -07:00
12
+ date: 2009-07-31 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -79,6 +79,8 @@ files:
79
79
  - spec/test_unit_spec_suite.rb
80
80
  has_rdoc: true
81
81
  homepage: http://pivotalrb.rubyforge.org
82
+ licenses: []
83
+
82
84
  post_install_message:
83
85
  rdoc_options:
84
86
  - --main
@@ -102,9 +104,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
104
  requirements: []
103
105
 
104
106
  rubyforge_project: pivotalrb
105
- rubygems_version: 1.3.1
107
+ rubygems_version: 1.3.5
106
108
  signing_key:
107
- specification_version: 2
109
+ specification_version: 3
108
110
  summary: Selenium RC with Rails integration and enhanced assertions.
109
111
  test_files: []
110
112