capybara-envjs 0.1.0 → 0.1.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/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,11 @@
1
+ === 0.1.2 / 2010-04-22
2
+
3
+ * Spelling corrections in the README.rdoc [Brian Cardarella]
4
+
5
+ === 0.1.1 / 2010-04-22
6
+
7
+ * neglected to set the ready state on XHR requests
8
+
1
9
  === 0.1.0 / 2010-03-29
2
10
 
3
11
  * updated to use stock capybara 3.6
data/README.rdoc CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  capybara-envjs is a {Capybara}[http://github.com/jnicklas/capybara] driver for the envjs gem ({GitHub}[http://github.com/smparkes/env-js],
8
8
  {rubygems.org}[http://rubygems.org/gems/envjs]).
9
- It is similar to Capybara's rack-test driver in that it runs tests against your rack aplplication directly but fully supports javascript in your appliction.
9
+ It is similar to Capybara's rack-test driver in that it runs tests against your rack application directly but fully supports javascript in your application.
10
10
 
11
11
  == Install:
12
12
 
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ Hoe.plugins.delete :rubyforge
9
9
 
10
10
  Hoe.spec 'capybara-envjs' do
11
11
  developer 'Steven Parkes', 'smparkes@smparkes.net'
12
- self.version = "0.1.0"
12
+ self.version = "0.1.2"
13
13
 
14
14
  self.readme_file = 'README.rdoc'
15
15
  self.extra_rdoc_files = Dir['*.rdoc']
@@ -207,6 +207,7 @@ class Capybara::Driver::Envjs < Capybara::Driver::Base
207
207
  end
208
208
  xhr.status = response.status
209
209
  xhr.responseText = response.body
210
+ xhr.readyState = 4
210
211
  responseHandler.call
211
212
  end
212
213
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Steven Parkes
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-29 00:00:00 -07:00
17
+ date: 2010-04-22 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -82,15 +82,15 @@ dependencies:
82
82
  - !ruby/object:Gem::Version
83
83
  segments:
84
84
  - 2
85
- - 5
85
+ - 6
86
86
  - 0
87
- version: 2.5.0
87
+ version: 2.6.0
88
88
  type: :development
89
89
  version_requirements: *id005
90
90
  description: |-
91
91
  capybara-envjs is a {Capybara}[http://github.com/jnicklas/capybara] driver for the envjs gem ({GitHub}[http://github.com/smparkes/env-js],
92
92
  {rubygems.org}[http://rubygems.org/gems/envjs]).
93
- It is similar to Capybara's rack-test driver in that it runs tests against your rack aplplication directly but fully supports javascript in your appliction.
93
+ It is similar to Capybara's rack-test driver in that it runs tests against your rack application directly but fully supports javascript in your application.
94
94
  email:
95
95
  - smparkes@smparkes.net
96
96
  executables: []