capybara-rack_test_with_server 0.0.2 → 0.0.3
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.
@@ -4,8 +4,13 @@ require File.expand_path('../lib/capybara-rack_test_with_server/version', __FILE
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ['Rainux Luo']
|
6
6
|
gem.email = ['rainux@gmail.com']
|
7
|
-
gem.description =
|
8
|
-
|
7
|
+
gem.description = <<-DESC
|
8
|
+
RackTest driver for Capybara, with a Rack server started. So you can access
|
9
|
+
the internal API of your application in your tests, with a script which
|
10
|
+
live outside of Rails application, while keep the tests run as fast as
|
11
|
+
lighting with the RackTest driver.
|
12
|
+
DESC
|
13
|
+
gem.summary = %q{RackTest driver for Capybara, with a Rack server started.}
|
9
14
|
gem.homepage = 'https://github.com/rainux/capybara-rack_test_with_server'
|
10
15
|
|
11
16
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capybara-rack_test_with_server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-02-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capybara
|
16
|
-
requirement: &
|
16
|
+
requirement: &24214640 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,8 +21,11 @@ dependencies:
|
|
21
21
|
version: 1.0.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
description: RackTest driver for Capybara, with a Rack server started.
|
24
|
+
version_requirements: *24214640
|
25
|
+
description: ! " RackTest driver for Capybara, with a Rack server started. So you
|
26
|
+
can access\n the internal API of your application in your tests, with a script
|
27
|
+
which\n live outside of Rails application, while keep the tests run as fast as\n
|
28
|
+
\ lighting with the RackTest driver.\n"
|
26
29
|
email:
|
27
30
|
- rainux@gmail.com
|
28
31
|
executables: []
|
@@ -60,8 +63,6 @@ rubyforge_project:
|
|
60
63
|
rubygems_version: 1.8.16
|
61
64
|
signing_key:
|
62
65
|
specification_version: 3
|
63
|
-
summary: RackTest driver for Capybara, with a Rack server started.
|
64
|
-
the internal API of your application from your tests, while keep them run as fast
|
65
|
-
as lighting with the RackTest driver.
|
66
|
+
summary: RackTest driver for Capybara, with a Rack server started.
|
66
67
|
test_files: []
|
67
68
|
has_rdoc:
|