evt-command_line-component_generator 1.0.1.0 → 1.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.
- checksums.yaml +4 -4
- data/source/test/automated/database_connection.rb +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2ca1e6056cebc6de724be8c7b8539ca29f5bc9b3f12cb308e0f00f979e95456
|
|
4
|
+
data.tar.gz: bd9cb2a675e7710c0dbf0605b4efca146f17bdadb8022dfa0f5abac015d99e0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ae614068415af489a85accebcaa4100b7b5a4d10973ad9d08005ab2587b7fe1908594d0f96bf3bf70113b678c95394c60a58344d405bfb1276d1c401d7ba4f0
|
|
7
|
+
data.tar.gz: a3924f6473d1d9ed4992187dd3b2953391b06303eaa4c95122176d6ef0604a30b36e5337f99d29933e2d2e44d9ec2573d99bae530b3935d672484e003bdebb67
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# This test is for example purposes. You may remove it once it has served its purpose.
|
|
2
|
+
# More on the TestBench test framework for Ruby: https://github.com/ntl/test-bench/blob/master/README.adoc
|
|
3
|
+
|
|
1
4
|
require_relative './automated_init'
|
|
2
5
|
|
|
3
6
|
context "Database Connection" do
|
|
@@ -10,4 +13,6 @@ context "Database Connection" do
|
|
|
10
13
|
raises_error?
|
|
11
14
|
end
|
|
12
15
|
end
|
|
16
|
+
|
|
17
|
+
comment "This test is for example purposes. You may remove it once it has served its purpose."
|
|
13
18
|
end
|