domino 0.2.0 → 0.2.1
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/lib/domino.rb +2 -2
- metadata +62 -38
data/lib/domino.rb
CHANGED
|
@@ -29,8 +29,8 @@ require 'capybara/dsl'
|
|
|
29
29
|
# Dom::Post.find_by_title('First Post').delete
|
|
30
30
|
# assert_nil Dom::Post.find_by_title('First Post')
|
|
31
31
|
class Domino
|
|
32
|
-
include Capybara
|
|
33
|
-
extend Capybara
|
|
32
|
+
include Capybara::DSL
|
|
33
|
+
extend Capybara::DSL
|
|
34
34
|
|
|
35
35
|
# Namespaced Domino::Error
|
|
36
36
|
class Error < StandardError ; end
|
metadata
CHANGED
|
@@ -1,74 +1,98 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: domino
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 2
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Nick Gauthier
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
|
-
|
|
17
|
+
|
|
18
|
+
date: 2011-06-17 00:00:00 -04:00
|
|
13
19
|
default_executable:
|
|
14
|
-
dependencies:
|
|
15
|
-
- !ruby/object:Gem::Dependency
|
|
20
|
+
dependencies:
|
|
21
|
+
- !ruby/object:Gem::Dependency
|
|
16
22
|
name: capybara
|
|
17
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
18
25
|
none: false
|
|
19
|
-
requirements:
|
|
20
|
-
- -
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
26
|
+
requirements:
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 15
|
|
30
|
+
segments:
|
|
31
|
+
- 0
|
|
32
|
+
- 4
|
|
33
|
+
- 0
|
|
22
34
|
version: 0.4.0
|
|
23
35
|
type: :runtime
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
- !ruby/object:Gem::Dependency
|
|
36
|
+
version_requirements: *id001
|
|
37
|
+
- !ruby/object:Gem::Dependency
|
|
27
38
|
name: minitest
|
|
28
|
-
|
|
39
|
+
prerelease: false
|
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
29
41
|
none: false
|
|
30
|
-
requirements:
|
|
31
|
-
- -
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
|
|
42
|
+
requirements:
|
|
43
|
+
- - ">="
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
hash: 3
|
|
46
|
+
segments:
|
|
47
|
+
- 0
|
|
48
|
+
version: "0"
|
|
34
49
|
type: :development
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
description: ! "\n Make it easier to deal with UI elements by providing an\n interface
|
|
38
|
-
that decouples your tests from your views.\n "
|
|
50
|
+
version_requirements: *id002
|
|
51
|
+
description: "\n Make it easier to deal with UI elements by providing an\n interface that decouples your tests from your views.\n "
|
|
39
52
|
email: ngauthier@gmail.com
|
|
40
53
|
executables: []
|
|
54
|
+
|
|
41
55
|
extensions: []
|
|
42
|
-
|
|
56
|
+
|
|
57
|
+
extra_rdoc_files:
|
|
43
58
|
- README.md
|
|
44
|
-
files:
|
|
59
|
+
files:
|
|
45
60
|
- lib/domino.rb
|
|
46
61
|
- MIT-LICENSE
|
|
47
62
|
- README.md
|
|
48
63
|
has_rdoc: true
|
|
49
64
|
homepage: http://www.github.com/ngauthier/domino
|
|
50
|
-
licenses:
|
|
65
|
+
licenses:
|
|
51
66
|
- MIT
|
|
52
67
|
post_install_message:
|
|
53
68
|
rdoc_options: []
|
|
54
|
-
|
|
69
|
+
|
|
70
|
+
require_paths:
|
|
55
71
|
- lib
|
|
56
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
72
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
57
73
|
none: false
|
|
58
|
-
requirements:
|
|
59
|
-
- -
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
|
|
62
|
-
|
|
74
|
+
requirements:
|
|
75
|
+
- - ">="
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
hash: 3
|
|
78
|
+
segments:
|
|
79
|
+
- 0
|
|
80
|
+
version: "0"
|
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
82
|
none: false
|
|
64
|
-
requirements:
|
|
65
|
-
- -
|
|
66
|
-
- !ruby/object:Gem::Version
|
|
67
|
-
|
|
83
|
+
requirements:
|
|
84
|
+
- - ">="
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
hash: 3
|
|
87
|
+
segments:
|
|
88
|
+
- 0
|
|
89
|
+
version: "0"
|
|
68
90
|
requirements: []
|
|
91
|
+
|
|
69
92
|
rubyforge_project:
|
|
70
|
-
rubygems_version: 1.
|
|
93
|
+
rubygems_version: 1.6.2
|
|
71
94
|
signing_key:
|
|
72
95
|
specification_version: 3
|
|
73
96
|
summary: View abstraction for integration testing
|
|
74
97
|
test_files: []
|
|
98
|
+
|