ae_page_objects 0.1.3.rl1 → 0.1.3.rl2
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module AePageObjects
|
|
5
5
|
class << self
|
6
6
|
private :new
|
7
7
|
|
8
|
-
delegate :initialize!, :to => :instance
|
8
|
+
delegate :initialize!, :router=, :to => :instance
|
9
9
|
|
10
10
|
def inherited(application_class)
|
11
11
|
super
|
@@ -31,6 +31,8 @@ module AePageObjects
|
|
31
31
|
end
|
32
32
|
end
|
33
33
|
|
34
|
+
attr_writer :router
|
35
|
+
|
34
36
|
delegate :universe, :to => 'self.class'
|
35
37
|
|
36
38
|
delegate :path_recognizes_url?, :to => :router
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ae_page_objects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3982223517
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 3
|
10
10
|
- rl
|
11
|
-
-
|
12
|
-
version: 0.1.3.
|
11
|
+
- 2
|
12
|
+
version: 0.1.3.rl2
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Donnie Tognazzini
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2013-
|
20
|
+
date: 2013-07-02 00:00:00 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
type: :runtime
|