kookaburra 0.9.1 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.10.0
|
data/kookaburra.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "kookaburra"
|
8
|
-
s.version = "0.
|
8
|
+
s.version = "0.10.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Renewable Funding, LLC"]
|
12
|
-
s.date = "2012-01-
|
12
|
+
s.date = "2012-01-28"
|
13
13
|
s.description = "Cucumber + Capybara = Kookaburra? It made sense at the time."
|
14
14
|
s.email = "devteam@renewfund.com"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -12,7 +12,7 @@ module Kookaburra
|
|
12
12
|
self.ui_component_names << component_name
|
13
13
|
|
14
14
|
define_method(component_name) do
|
15
|
-
options = { :browser => browser
|
15
|
+
options = { :browser => browser }
|
16
16
|
# TODO: memoize the following line?
|
17
17
|
component_class(component_name).new(options)
|
18
18
|
end
|
@@ -10,14 +10,6 @@ module Kookaburra
|
|
10
10
|
include HasStrategies
|
11
11
|
extend HasSubcomponents
|
12
12
|
|
13
|
-
attr_reader :test_data
|
14
|
-
|
15
|
-
# This will fail if the options hash does not include a value for the key :test_data
|
16
|
-
def initialize(options = {})
|
17
|
-
super
|
18
|
-
@test_data = options.fetch(:test_data)
|
19
|
-
end
|
20
|
-
|
21
13
|
##### Class macros #####
|
22
14
|
def self.component_locator(locator)
|
23
15
|
define_method(:component_locator) { locator }
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kookaburra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 55
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 10
|
9
|
+
- 0
|
10
|
+
version: 0.10.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Renewable Funding, LLC
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-01-
|
18
|
+
date: 2012-01-28 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|