active-fedora 11.5.3 → 11.5.4
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da56e0bb225d2627a3fc10d6bd39b9726f236fa8
|
4
|
+
data.tar.gz: 95fc0a31a9a709115910d063022d2994b97a8e5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14d3fa8577f3f192887a0ba9260cec44b81cc011513b7efdb76b8834d8f1c5020cd2f58acf5b6d35b4bfc7fcc77893c5323005ad4c97d68bfb663f0625877905
|
7
|
+
data.tar.gz: 675a3119b7daac3dab00d11a8f9cc664ddbd2cb8298ea2be904e573148132fe2b9d4a725e1106693757290f6648790c82bce31f031390a33a111d0e307473b3d
|
@@ -22,6 +22,10 @@ describe ActiveFedora::Base do
|
|
22
22
|
end
|
23
23
|
|
24
24
|
it { is_expected.to respond_to(:each_with_index) }
|
25
|
+
it { expect(libraries.any?).to eq false }
|
26
|
+
it { is_expected.to be_blank }
|
27
|
+
it { is_expected.to be_empty }
|
28
|
+
it { is_expected.not_to be_present }
|
25
29
|
|
26
30
|
context "when some records exist" do
|
27
31
|
before do
|
@@ -43,6 +47,11 @@ describe ActiveFedora::Base do
|
|
43
47
|
end
|
44
48
|
end
|
45
49
|
|
50
|
+
it { expect(libraries.any?).to eq true }
|
51
|
+
it { is_expected.not_to be_blank }
|
52
|
+
it { is_expected.not_to be_empty }
|
53
|
+
it { is_expected.to be_present }
|
54
|
+
|
46
55
|
describe '#each' do
|
47
56
|
before { Book.create }
|
48
57
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active-fedora
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.5.
|
4
|
+
version: 11.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Zumwalt
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2018-09-
|
13
|
+
date: 2018-09-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rsolr
|