alephant-publisher 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alephant/publisher/models/writer.rb +1 -1
- data/lib/alephant/publisher/version.rb +1 -1
- data/spec/writer_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: 5881a6177001bcf344015dfaa3ed0fec651605cd
|
4
|
+
data.tar.gz: c198621e6599350f34bee50239d4c640dca61ab9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00bcbb7db028005f82144cc75bfc2d69de224fbb8829dfbb95188351dcd2fa4ab66e4900c2469ac47043fee2fecf200958403231402effcd2b6caf231be033f2
|
7
|
+
data.tar.gz: 95136189089c0f6732944ee609f9744c8e56efdcd7d03a06bffdebd46063e61a2a83391897d53f4b75e520bdf1070b05ab9041d74f7c8db9b135d3d456a853cd
|
data/spec/writer_spec.rb
CHANGED
@@ -57,7 +57,7 @@ describe Alephant::Publisher::Writer do
|
|
57
57
|
)
|
58
58
|
|
59
59
|
Alephant::Lookup::LookupHelper.any_instance
|
60
|
-
.should_receive(:
|
60
|
+
.should_receive(:batch_process)
|
61
61
|
|
62
62
|
subject.write(data, 0)
|
63
63
|
end
|
@@ -73,7 +73,7 @@ describe Alephant::Publisher::Writer do
|
|
73
73
|
|
74
74
|
Alephant::Lookup::LookupHelper
|
75
75
|
.any_instance
|
76
|
-
.stub(:
|
76
|
+
.stub(:batch_process)
|
77
77
|
|
78
78
|
Alephant::Lookup::LookupTable
|
79
79
|
.any_instance
|