snow_sync 1.9.1 → 1.9.2
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/lib/snow_sync/version.rb +1 -1
- data/spec/sync_util_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: 81b30b592861ed671a156052c4054341928b9745
|
|
4
|
+
data.tar.gz: 4b3e7eb2b86a6594f1f7de2c84231b2ff6296667
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 183f8cd35aa2771e3a497316a4b0b986abdc48e8db47616cafc834c0e0741b1132a10584e11a7434a35593072426490065bd6544e5ac70824b7753fb87931850
|
|
7
|
+
data.tar.gz: 271b0558772fa43a3334de9e1938649e11faaeef9916af3adb89d3a1bfc95f56ef17b6cd6356005dcd213b35b15a8915df9976b9ce1e19109c948bb47e9a7cf2
|
data/lib/snow_sync/version.rb
CHANGED
data/spec/sync_util_spec.rb
CHANGED
|
@@ -123,7 +123,7 @@ describe "table_lookup" do
|
|
|
123
123
|
|
|
124
124
|
it "should return configured SN table" do
|
|
125
125
|
setup_test_config
|
|
126
|
-
table_map = util.table_lookup("sync/script_include/test_class.
|
|
126
|
+
table_map = util.table_lookup("sync/script_include/test_class.js")
|
|
127
127
|
expect(table_map.keys).to eq ["name", "table", "sysid", "field"]
|
|
128
128
|
expect(table_map["table"]).to eq "sys_script_include"
|
|
129
129
|
end
|
|
@@ -155,7 +155,7 @@ describe "merge_update" do
|
|
|
155
155
|
|
|
156
156
|
end
|
|
157
157
|
|
|
158
|
-
## -->
|
|
158
|
+
## --> integration tests
|
|
159
159
|
describe "setup_sync_directories" do
|
|
160
160
|
|
|
161
161
|
let! :util do
|