bit_core 1.1.4 → 1.1.5

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.
@@ -29,14 +29,14 @@ module BitCore
29
29
 
30
30
  it "should validate the existence of the data attributes" do
31
31
  p = ContentProvider.new(
32
- data_class_name: "BitCore::ContentProvider",
32
+ data_class_name: "BitCore::Tool",
33
33
  data_attributes: %w(baz)
34
34
  )
35
35
  p.valid?
36
36
 
37
37
  expect(p.errors[:data_attributes].length).to eq 1
38
38
 
39
- p.data_attributes = %w(id data_attributes)
39
+ p.data_attributes = %w(id title)
40
40
  p.valid?
41
41
 
42
42
  expect(p.errors[:data_attributes].length).to eq 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bit_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Carty-Fickes