coulda_web_steps 0.6.4 → 0.6.5

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.
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{coulda_web_steps}
8
- s.version = "0.6.4"
8
+ s.version = "0.6.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["elight"]
12
- s.date = %q{2011-2-2}
12
+ s.date = %q{2011-3-9}
13
13
  s.description = %q{Provides reusable steps for Coulda acceptance testing of Rack/Rails applications}
14
14
  s.email = %q{evan@tripledogdare.net}
15
15
  s.extra_rdoc_files = [
@@ -119,6 +119,12 @@ module Coulda
119
119
  end
120
120
  end
121
121
 
122
+ def save_and_open_page
123
+ And "I display the current page" do
124
+ save_and_open_page
125
+ end
126
+ end
127
+
122
128
  private
123
129
 
124
130
  def humanize(hash)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coulda_web_steps
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 4
10
- version: 0.6.4
9
+ - 5
10
+ version: 0.6.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - elight
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-02 00:00:00 -05:00
18
+ date: 2011-03-09 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency