unidom-action 1.17.1 → 1.17.2

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: d337ee578f94a99bb1a51ee077c94196bc1f97ab
4
- data.tar.gz: da4a60d61c9dc66b2efe0463b782a9f7d03b6f4d
3
+ metadata.gz: 212f7db0774954159ad06a7ee6902a78fab28177
4
+ data.tar.gz: dffee67c2eb1128ef9e4a770feedea0dcb257266
5
5
  SHA512:
6
- metadata.gz: 1cdd87339a7914da2034cee82d019ffdfa0e6573e499f2b95fb9a59438010a185b1c3e1b452c773110f45cbc23a50bc44f36fc30cfc70eddc55e1b6060d074c8
7
- data.tar.gz: 7d7ec8ca58c7a35771e3f651c449008b3c142a34c45bf33b7b3a8353718778ad0f071665f0fef408ba743a592955903bd942a77edcc518df3aba5f80a7f430fc
6
+ metadata.gz: 4c2336ab067936182970fec8ae5789e714c2f698d4f837bdd0995ac5099c3300e21528e227f9a41cb904164b0c02ded8754c62223e3fea42ed8bfe3eb9697ada
7
+ data.tar.gz: 5e5c30c8162538ba199a4a2d0b73c0ee6fbe64b03df11a19fdbbf64d79e41b8011eeeb5279f5b2c741bfb3eaead5fe52c79b52029ac69bcdd427499b8bf5afb1
@@ -25,6 +25,8 @@ describe Unidom::Action::Acting, type: :model do
25
25
 
26
26
  it_behaves_like 'ProgneTapera::EnumCode', described_class.new(model_attributes), :action, Unidom::Action::Action
27
27
 
28
+ it_behaves_like 'belongs_to', model_attributes, :reason, Unidom::Action::Reason, { name: 'Some Reason' }
29
+
28
30
  end
29
31
 
30
32
  end
@@ -23,6 +23,8 @@ describe Unidom::Action::Obsolescing, type: :model do
23
23
 
24
24
  it_behaves_like 'ProgneTapera::EnumCode', described_class.new(model_attributes), :obsolescence, Unidom::Action::Obsolescence
25
25
 
26
+ it_behaves_like 'belongs_to', model_attributes, :reason, Unidom::Action::Reason, { name: 'Some Reason' }
27
+
26
28
  end
27
29
 
28
30
  end
@@ -27,6 +27,8 @@ describe Unidom::Action::Searching, type: :model do
27
27
 
28
28
  it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes
29
29
 
30
+ it_behaves_like 'belongs_to', model_attributes, :reason, Unidom::Action::Reason, { name: 'Some Reason' }
31
+
30
32
  end
31
33
 
32
34
  end
@@ -22,6 +22,8 @@ describe Unidom::Action::StateTransition, type: :model do
22
22
 
23
23
  it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes
24
24
 
25
+ it_behaves_like 'belongs_to', model_attributes, :reason, Unidom::Action::Reason, { name: 'Some Reason' }
26
+
25
27
  end
26
28
 
27
29
  end
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Action
3
- VERSION = '1.17.1'.freeze
3
+ VERSION = '1.17.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-action
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.1
4
+ version: 1.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-19 00:00:00.000000000 Z
11
+ date: 2017-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common