qor_dsl 0.1.0 → 0.1.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/qor_dsl/node.rb +1 -1
- data/qor_dsl.gemspec +1 -1
- data/test/layout_test.rb +3 -0
- metadata +2 -2
data/lib/qor_dsl/node.rb
CHANGED
data/qor_dsl.gemspec
CHANGED
data/test/layout_test.rb
CHANGED
@@ -40,6 +40,9 @@ describe Layout do
|
|
40
40
|
# Parents
|
41
41
|
Layout::Configuration.find(:gadget, :quick_buy).first(:template).parents.count.must_equal 2
|
42
42
|
|
43
|
+
# Value for node
|
44
|
+
Layout::Configuration.find(:gadget, :quick_buy).value.must_equal :quick_buy
|
45
|
+
|
43
46
|
# More is coming... (multi, alias_node)
|
44
47
|
end
|
45
48
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qor_dsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Qor DSL is designed to be as flexible as possible while helping you to
|
15
15
|
create your DSLs.
|