config_templates 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/config_templates/criteria/composite.rb +2 -2
- data/lib/config_templates/version.rb +1 -1
- data/spec/templates_spec.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 180914fa777be298b2a8ae21914b2b475c123ac5
|
4
|
+
data.tar.gz: bb777a528c4758f3917004c7f7ecdc1be7a0fc2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4b07b4c6c24ed9f812fdb8b2252adbfcc18d57ed3bf978d716368d6551778676e79c56e9248121de9627ed7533c6f7b06d0d512d6fa24b1c20a5ef666c03481
|
7
|
+
data.tar.gz: a844b8ecb6f74a356c7d3c3a8680f7caddcbaa80f096c59959280f2caad47aa455e55049707c5e224ca9eba01f7ce0b6f8e97a210abcb52a5fd289dcafccfd21
|
data/spec/templates_spec.rb
CHANGED
@@ -21,9 +21,9 @@ RSpec.describe ::ConfigTemplates do
|
|
21
21
|
expect(@output_mock.result).to be_nil
|
22
22
|
end
|
23
23
|
|
24
|
-
it '
|
24
|
+
it 'doesnt render anything without explicitly selected templates' do
|
25
25
|
compilation = ::ConfigTemplates::Models::Compilation.new
|
26
26
|
compilation.send_to(:test)
|
27
|
-
expect(@output_mock.result
|
27
|
+
expect(@output_mock.result).to be_nil
|
28
28
|
end
|
29
29
|
end
|