washout_builder 0.16.0 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c4ed779a68919c6de832b667e05b4a0a5c8eec9
|
4
|
+
data.tar.gz: 3c479cbcd085a9aa923c46c3c7737b2a3b1c4bd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 784cac5094aa5d1837ea87ced703e72149b1843e06708d709e4f6ef90cfe4c95d97bc67464b8154c13870a1293850b4af61ddc472bd0134799fcf18a458694f5
|
7
|
+
data.tar.gz: 17457f3526d84d4693eca8684ae3331e21188c3d723f73a40b1b465554f6c4627d83a998df657d5c8eff1f2aa41fc9b037cf2cf3c6b437bc38d13d9e4fb74009
|
@@ -133,7 +133,7 @@ describe WashoutBuilder::Document::ComplexType do
|
|
133
133
|
let(:ancestors) { ['something'] }
|
134
134
|
|
135
135
|
it 'returns the complex_type_hash' do
|
136
|
-
expect(subject.complex_type_hash(complex_class, subject, ancestors)).to eq(
|
136
|
+
expect(subject.complex_type_hash(complex_class, subject, ancestors)).to eq(class: complex_class, obj: subject, ancestors: ancestors)
|
137
137
|
end
|
138
138
|
end
|
139
139
|
|