aasm 5.3.1 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (220) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aasm/version.rb +1 -1
  3. metadata +3 -409
  4. data/.document +0 -6
  5. data/.github/ISSUE_TEMPLATE/bug_report.md +0 -27
  6. data/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  7. data/.github/workflows/build.yml +0 -102
  8. data/.gitignore +0 -20
  9. data/API +0 -34
  10. data/Appraisals +0 -51
  11. data/CHANGELOG.md +0 -469
  12. data/CODE_OF_CONDUCT.md +0 -13
  13. data/CONTRIBUTING.md +0 -24
  14. data/Dockerfile +0 -44
  15. data/Gemfile +0 -7
  16. data/Gemfile.lock_old +0 -151
  17. data/HOWTO +0 -12
  18. data/PLANNED_CHANGES.md +0 -11
  19. data/README_FROM_VERSION_3_TO_4.md +0 -240
  20. data/Rakefile +0 -31
  21. data/TESTING.md +0 -25
  22. data/aasm.gemspec +0 -37
  23. data/docker-compose.yml +0 -40
  24. data/gemfiles/norails.gemfile +0 -11
  25. data/gemfiles/rails_4.2.gemfile +0 -17
  26. data/gemfiles/rails_4.2_mongoid_5.gemfile +0 -12
  27. data/gemfiles/rails_4.2_nobrainer.gemfile +0 -10
  28. data/gemfiles/rails_5.2.gemfile +0 -14
  29. data/gemfiles/rails_6.0.gemfile +0 -14
  30. data/gemfiles/rails_6.1.gemfile +0 -14
  31. data/gemfiles/rails_7.0.gemfile +0 -14
  32. data/spec/database.rb +0 -57
  33. data/spec/database.yml +0 -3
  34. data/spec/en.yml +0 -9
  35. data/spec/generators/active_record_generator_spec.rb +0 -53
  36. data/spec/generators/mongoid_generator_spec.rb +0 -31
  37. data/spec/generators/no_brainer_generator_spec.rb +0 -29
  38. data/spec/localizer_test_model_deprecated_style.yml +0 -13
  39. data/spec/localizer_test_model_new_style.yml +0 -11
  40. data/spec/models/active_record/active_record_callback.rb +0 -93
  41. data/spec/models/active_record/basic_active_record_two_state_machines_example.rb +0 -25
  42. data/spec/models/active_record/complex_active_record_example.rb +0 -37
  43. data/spec/models/active_record/derivate_new_dsl.rb +0 -7
  44. data/spec/models/active_record/false_state.rb +0 -35
  45. data/spec/models/active_record/gate.rb +0 -39
  46. data/spec/models/active_record/instance_level_skip_validation_example.rb +0 -19
  47. data/spec/models/active_record/invalid_persistor.rb +0 -29
  48. data/spec/models/active_record/localizer_test_model.rb +0 -42
  49. data/spec/models/active_record/namespaced.rb +0 -16
  50. data/spec/models/active_record/no_direct_assignment.rb +0 -21
  51. data/spec/models/active_record/no_scope.rb +0 -21
  52. data/spec/models/active_record/persisted_state.rb +0 -12
  53. data/spec/models/active_record/person.rb +0 -23
  54. data/spec/models/active_record/provided_and_persisted_state.rb +0 -24
  55. data/spec/models/active_record/reader.rb +0 -7
  56. data/spec/models/active_record/readme_job.rb +0 -21
  57. data/spec/models/active_record/silent_persistor.rb +0 -29
  58. data/spec/models/active_record/simple_new_dsl.rb +0 -32
  59. data/spec/models/active_record/thief.rb +0 -29
  60. data/spec/models/active_record/timestamp_example.rb +0 -16
  61. data/spec/models/active_record/transactor.rb +0 -124
  62. data/spec/models/active_record/transient.rb +0 -6
  63. data/spec/models/active_record/validator.rb +0 -118
  64. data/spec/models/active_record/with_enum.rb +0 -39
  65. data/spec/models/active_record/with_enum_without_column.rb +0 -38
  66. data/spec/models/active_record/with_false_enum.rb +0 -31
  67. data/spec/models/active_record/with_true_enum.rb +0 -39
  68. data/spec/models/active_record/work.rb +0 -3
  69. data/spec/models/active_record/worker.rb +0 -2
  70. data/spec/models/active_record/writer.rb +0 -6
  71. data/spec/models/basic_two_state_machines_example.rb +0 -25
  72. data/spec/models/callbacks/basic.rb +0 -98
  73. data/spec/models/callbacks/basic_multiple.rb +0 -75
  74. data/spec/models/callbacks/guard_within_block.rb +0 -67
  75. data/spec/models/callbacks/guard_within_block_multiple.rb +0 -66
  76. data/spec/models/callbacks/multiple_transitions_transition_guard.rb +0 -66
  77. data/spec/models/callbacks/multiple_transitions_transition_guard_multiple.rb +0 -65
  78. data/spec/models/callbacks/private_method.rb +0 -44
  79. data/spec/models/callbacks/private_method_multiple.rb +0 -44
  80. data/spec/models/callbacks/with_args.rb +0 -62
  81. data/spec/models/callbacks/with_args_multiple.rb +0 -61
  82. data/spec/models/callbacks/with_state_arg.rb +0 -34
  83. data/spec/models/callbacks/with_state_arg_multiple.rb +0 -29
  84. data/spec/models/complex_example.rb +0 -222
  85. data/spec/models/conversation.rb +0 -93
  86. data/spec/models/default_state.rb +0 -12
  87. data/spec/models/double_definer.rb +0 -21
  88. data/spec/models/dynamoid/complex_dynamoid_example.rb +0 -37
  89. data/spec/models/dynamoid/dynamoid_multiple.rb +0 -18
  90. data/spec/models/dynamoid/dynamoid_simple.rb +0 -18
  91. data/spec/models/event_with_keyword_arguments.rb +0 -16
  92. data/spec/models/foo.rb +0 -106
  93. data/spec/models/foo_callback_multiple.rb +0 -45
  94. data/spec/models/guard_arguments_check.rb +0 -17
  95. data/spec/models/guard_with_params.rb +0 -24
  96. data/spec/models/guard_with_params_multiple.rb +0 -18
  97. data/spec/models/guardian.rb +0 -58
  98. data/spec/models/guardian_multiple.rb +0 -48
  99. data/spec/models/guardian_without_from_specified.rb +0 -18
  100. data/spec/models/initial_state_proc.rb +0 -31
  101. data/spec/models/mongoid/complex_mongoid_example.rb +0 -37
  102. data/spec/models/mongoid/invalid_persistor_mongoid.rb +0 -39
  103. data/spec/models/mongoid/mongoid_relationships.rb +0 -26
  104. data/spec/models/mongoid/no_scope_mongoid.rb +0 -21
  105. data/spec/models/mongoid/silent_persistor_mongoid.rb +0 -39
  106. data/spec/models/mongoid/simple_mongoid.rb +0 -23
  107. data/spec/models/mongoid/simple_new_dsl_mongoid.rb +0 -25
  108. data/spec/models/mongoid/timestamp_example_mongoid.rb +0 -20
  109. data/spec/models/mongoid/validator_mongoid.rb +0 -100
  110. data/spec/models/multi_transitioner.rb +0 -34
  111. data/spec/models/multiple_transitions_that_differ_only_by_guard.rb +0 -31
  112. data/spec/models/namespaced_multiple_example.rb +0 -42
  113. data/spec/models/no_initial_state.rb +0 -25
  114. data/spec/models/nobrainer/complex_no_brainer_example.rb +0 -36
  115. data/spec/models/nobrainer/invalid_persistor_no_brainer.rb +0 -39
  116. data/spec/models/nobrainer/no_scope_no_brainer.rb +0 -21
  117. data/spec/models/nobrainer/nobrainer_relationships.rb +0 -25
  118. data/spec/models/nobrainer/silent_persistor_no_brainer.rb +0 -39
  119. data/spec/models/nobrainer/simple_new_dsl_nobrainer.rb +0 -25
  120. data/spec/models/nobrainer/simple_no_brainer.rb +0 -23
  121. data/spec/models/nobrainer/validator_no_brainer.rb +0 -98
  122. data/spec/models/not_auto_loaded/process.rb +0 -21
  123. data/spec/models/parametrised_event.rb +0 -42
  124. data/spec/models/parametrised_event_multiple.rb +0 -29
  125. data/spec/models/process_with_new_dsl.rb +0 -31
  126. data/spec/models/provided_state.rb +0 -24
  127. data/spec/models/redis/complex_redis_example.rb +0 -40
  128. data/spec/models/redis/redis_multiple.rb +0 -20
  129. data/spec/models/redis/redis_simple.rb +0 -20
  130. data/spec/models/sequel/complex_sequel_example.rb +0 -46
  131. data/spec/models/sequel/invalid_persistor.rb +0 -52
  132. data/spec/models/sequel/sequel_multiple.rb +0 -25
  133. data/spec/models/sequel/sequel_simple.rb +0 -26
  134. data/spec/models/sequel/silent_persistor.rb +0 -50
  135. data/spec/models/sequel/transactor.rb +0 -112
  136. data/spec/models/sequel/validator.rb +0 -93
  137. data/spec/models/sequel/worker.rb +0 -12
  138. data/spec/models/silencer.rb +0 -27
  139. data/spec/models/simple_custom_example.rb +0 -53
  140. data/spec/models/simple_example.rb +0 -23
  141. data/spec/models/simple_example_with_guard_args.rb +0 -17
  142. data/spec/models/simple_multiple_example.rb +0 -42
  143. data/spec/models/state_machine_with_failed_event.rb +0 -20
  144. data/spec/models/states_on_one_line_example.rb +0 -8
  145. data/spec/models/sub_class.rb +0 -41
  146. data/spec/models/sub_class_with_more_states.rb +0 -18
  147. data/spec/models/sub_classing.rb +0 -3
  148. data/spec/models/super_class.rb +0 -46
  149. data/spec/models/this_name_better_not_be_in_use.rb +0 -11
  150. data/spec/models/timestamps_example.rb +0 -19
  151. data/spec/models/timestamps_with_named_machine_example.rb +0 -13
  152. data/spec/models/valid_state_name.rb +0 -23
  153. data/spec/spec_helper.rb +0 -41
  154. data/spec/spec_helpers/active_record.rb +0 -8
  155. data/spec/spec_helpers/dynamoid.rb +0 -39
  156. data/spec/spec_helpers/mongoid.rb +0 -27
  157. data/spec/spec_helpers/nobrainer.rb +0 -15
  158. data/spec/spec_helpers/redis.rb +0 -18
  159. data/spec/spec_helpers/remove_warnings.rb +0 -1
  160. data/spec/spec_helpers/sequel.rb +0 -7
  161. data/spec/unit/abstract_class_spec.rb +0 -27
  162. data/spec/unit/api_spec.rb +0 -104
  163. data/spec/unit/basic_two_state_machines_example_spec.rb +0 -10
  164. data/spec/unit/callback_multiple_spec.rb +0 -304
  165. data/spec/unit/callbacks_spec.rb +0 -551
  166. data/spec/unit/complex_example_spec.rb +0 -101
  167. data/spec/unit/complex_multiple_example_spec.rb +0 -115
  168. data/spec/unit/edge_cases_spec.rb +0 -16
  169. data/spec/unit/event_multiple_spec.rb +0 -73
  170. data/spec/unit/event_naming_spec.rb +0 -16
  171. data/spec/unit/event_spec.rb +0 -411
  172. data/spec/unit/event_with_keyword_arguments_spec.rb +0 -10
  173. data/spec/unit/exception_spec.rb +0 -11
  174. data/spec/unit/guard_arguments_check_spec.rb +0 -9
  175. data/spec/unit/guard_multiple_spec.rb +0 -60
  176. data/spec/unit/guard_spec.rb +0 -89
  177. data/spec/unit/guard_with_params_multiple_spec.rb +0 -10
  178. data/spec/unit/guard_with_params_spec.rb +0 -14
  179. data/spec/unit/guard_without_from_specified_spec.rb +0 -10
  180. data/spec/unit/initial_state_multiple_spec.rb +0 -15
  181. data/spec/unit/initial_state_spec.rb +0 -12
  182. data/spec/unit/inspection_multiple_spec.rb +0 -205
  183. data/spec/unit/inspection_spec.rb +0 -153
  184. data/spec/unit/invoker_spec.rb +0 -189
  185. data/spec/unit/invokers/base_invoker_spec.rb +0 -72
  186. data/spec/unit/invokers/class_invoker_spec.rb +0 -95
  187. data/spec/unit/invokers/literal_invoker_spec.rb +0 -86
  188. data/spec/unit/invokers/proc_invoker_spec.rb +0 -86
  189. data/spec/unit/localizer_spec.rb +0 -109
  190. data/spec/unit/memory_leak_spec.rb +0 -38
  191. data/spec/unit/multiple_transitions_that_differ_only_by_guard_spec.rb +0 -14
  192. data/spec/unit/namespaced_multiple_example_spec.rb +0 -75
  193. data/spec/unit/new_dsl_spec.rb +0 -12
  194. data/spec/unit/override_warning_spec.rb +0 -94
  195. data/spec/unit/persistence/active_record_persistence_multiple_spec.rb +0 -635
  196. data/spec/unit/persistence/active_record_persistence_spec.rb +0 -852
  197. data/spec/unit/persistence/dynamoid_persistence_multiple_spec.rb +0 -135
  198. data/spec/unit/persistence/dynamoid_persistence_spec.rb +0 -84
  199. data/spec/unit/persistence/mongoid_persistence_multiple_spec.rb +0 -200
  200. data/spec/unit/persistence/mongoid_persistence_spec.rb +0 -177
  201. data/spec/unit/persistence/no_brainer_persistence_multiple_spec.rb +0 -198
  202. data/spec/unit/persistence/no_brainer_persistence_spec.rb +0 -158
  203. data/spec/unit/persistence/redis_persistence_multiple_spec.rb +0 -88
  204. data/spec/unit/persistence/redis_persistence_spec.rb +0 -53
  205. data/spec/unit/persistence/sequel_persistence_multiple_spec.rb +0 -148
  206. data/spec/unit/persistence/sequel_persistence_spec.rb +0 -368
  207. data/spec/unit/readme_spec.rb +0 -41
  208. data/spec/unit/reloading_spec.rb +0 -15
  209. data/spec/unit/rspec_matcher_spec.rb +0 -88
  210. data/spec/unit/simple_custom_example_spec.rb +0 -39
  211. data/spec/unit/simple_example_spec.rb +0 -57
  212. data/spec/unit/simple_multiple_example_spec.rb +0 -91
  213. data/spec/unit/state_spec.rb +0 -105
  214. data/spec/unit/states_on_one_line_example_spec.rb +0 -16
  215. data/spec/unit/subclassing_multiple_spec.rb +0 -74
  216. data/spec/unit/subclassing_spec.rb +0 -46
  217. data/spec/unit/timestamps_spec.rb +0 -32
  218. data/spec/unit/transition_spec.rb +0 -436
  219. data/test/minitest_helper.rb +0 -61
  220. data/test/unit/minitest_matcher_test.rb +0 -80
@@ -1,115 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe 'on initialization' do
4
- let(:auth) {ComplexExampleMultiple.new}
5
-
6
- it 'should be in the initial state' do
7
- expect(auth.aasm(:left).current_state).to eq(:pending)
8
- expect(auth.aasm(:right).current_state).to eq(:pending)
9
- end
10
-
11
- it 'should have an activation code' do
12
- expect(auth.has_activation_code?).to be_truthy
13
- expect(auth.activation_code).to eq '12'
14
- end
15
- end
16
-
17
- describe 'when being unsuspended' do
18
- let(:auth) {ComplexExampleMultiple.new}
19
-
20
- it 'should be able to unsuspend' do
21
- auth.left_activate!
22
- auth.left_suspend!
23
- expect(auth.may_left_unsuspend?).to be true
24
-
25
- auth.right_activate!
26
- auth.right_suspend!
27
- expect(auth.may_right_unsuspend?).to be true
28
- end
29
-
30
- it 'should not be able to unsuspend into active' do
31
- auth.left_suspend!
32
- expect(auth.may_left_unsuspend?(:active)).not_to be true
33
-
34
- auth.right_activate!
35
- auth.right_suspend!
36
- expect(auth.may_right_unsuspend?(:active)).to be true
37
- end
38
-
39
- it 'should be able to wait into waiting if polite' do
40
- auth.left_suspend!
41
- expect(auth.may_left_wait?(:waiting, :please)).to be true
42
- auth.left_wait!(:please)
43
-
44
- auth.right_suspend!
45
- expect(auth.may_right_wait?(:waiting)).to be false
46
- auth.right_wait!(:please)
47
- end
48
-
49
- it 'should not be able to be unsuspended into active if not polite' do
50
- auth.left_suspend!
51
- expect(auth.may_left_wait?(:waiting)).not_to be true
52
- expect(auth.may_left_wait?(:waiting, :rude)).not_to be true
53
- expect {auth.left_wait!(:rude)}.to raise_error(AASM::InvalidTransition)
54
- expect {auth.left_wait!}.to raise_error(AASM::InvalidTransition)
55
- end
56
-
57
- it 'should not be able to be unpassified' do
58
- auth.left_activate!
59
- auth.left_suspend!
60
- auth.left_unsuspend!
61
-
62
- expect(auth.may_left_unpassify?).not_to be true
63
- expect {auth.left_unpassify!}.to raise_error(AASM::InvalidTransition)
64
- end
65
-
66
- it 'should be active if previously activated' do
67
- auth.left_activate!
68
- auth.left_suspend!
69
- auth.left_unsuspend!
70
-
71
- expect(auth.aasm(:left).current_state).to eq(:active)
72
- end
73
-
74
- it 'should be pending if not previously activated, but an activation code is present' do
75
- auth.left_suspend!
76
- auth.left_unsuspend!
77
-
78
- expect(auth.aasm(:left).current_state).to eq(:pending)
79
- end
80
-
81
- it 'should be passive if not previously activated and there is no activation code' do
82
- auth.activation_code = nil
83
- auth.left_suspend!
84
- auth.left_unsuspend!
85
-
86
- expect(auth.aasm(:left).current_state).to eq(:passive)
87
- end
88
-
89
- it "should be able to fire known events" do
90
- expect(auth.aasm(:left).may_fire_event?(:left_activate)).to be true
91
- expect(auth.aasm(:right).may_fire_event?(:right_activate)).to be true
92
- end
93
-
94
- it 'should not be able to fire unknown events' do
95
- expect(auth.aasm(:left).may_fire_event?(:unknown)).to be false
96
- expect(auth.aasm(:right).may_fire_event?(:unknown)).to be false
97
- end
98
-
99
- it 'should be able to fire event by name' do
100
- expect(auth.aasm(:left).fire(:left_activate)).to be true
101
- expect(auth.aasm(:left).current_state).to eq(:active)
102
-
103
- expect(auth.aasm(:right).fire(:right_activate)).to be true
104
- expect(auth.aasm(:right).current_state).to eq(:active)
105
- end
106
-
107
- it 'should be able to fire! event by name' do
108
- expect(auth.aasm(:left).fire!(:left_activate)).to be true
109
- expect(auth.aasm(:left).current_state).to eq(:active)
110
-
111
- expect(auth.aasm(:right).fire!(:right_activate)).to be true
112
- expect(auth.aasm(:right).current_state).to eq(:active)
113
- end
114
-
115
- end
@@ -1,16 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "edge cases" do
4
- describe "for classes with multiple state machines" do
5
- it "allows accessing a multiple state machine class without state machine name" do
6
- # it's like starting to define a new state machine within the
7
- # requested class
8
- expect(SimpleMultipleExample.aasm.states.map(&:name)).to be_empty
9
- end
10
-
11
- it "do not know yet" do
12
- example = ComplexExampleMultiple.new
13
- expect { example.aasm.states.inspect }.to raise_error(AASM::UnknownStateMachineError)
14
- end
15
- end
16
- end
@@ -1,73 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe 'current event' do
4
- let(:pe) {ParametrisedEventMultiple.new}
5
-
6
- it 'if no event has been triggered' do
7
- expect(pe.aasm(:left).current_event).to be_nil
8
- end
9
-
10
- it 'if a event has been triggered' do
11
- pe.wakeup
12
- expect(pe.aasm(:left).current_event).to eql :wakeup
13
- end
14
-
15
- it 'if no event has been triggered' do
16
- pe.wakeup!
17
- expect(pe.aasm(:left).current_event).to eql :wakeup!
18
- end
19
- end
20
-
21
- describe 'parametrised events' do
22
- let(:pe) {ParametrisedEventMultiple.new}
23
-
24
- it 'should transition to specified next state (sleeping to showering)' do
25
- pe.wakeup!(:showering)
26
- expect(pe.aasm(:left).current_state).to eq(:showering)
27
- end
28
-
29
- it 'should transition to specified next state (sleeping to working)' do
30
- pe.wakeup!(:working)
31
- expect(pe.aasm(:left).current_state).to eq(:working)
32
- end
33
-
34
- it 'should transition to default (first or showering) state' do
35
- pe.wakeup!
36
- expect(pe.aasm(:left).current_state).to eq(:showering)
37
- end
38
-
39
- it 'should transition to default state when :after transition invoked' do
40
- pe.dress!('purple', 'dressy')
41
- expect(pe.aasm(:left).current_state).to eq(:working)
42
- end
43
-
44
- it 'should call :after transition method with args' do
45
- pe.wakeup!(:showering)
46
- expect(pe).to receive(:wear_clothes).with('blue', 'jeans')
47
- pe.dress!(:working, 'blue', 'jeans')
48
- end
49
-
50
- it 'should call :after transition proc' do
51
- pe.wakeup!(:showering)
52
- expect(pe).to receive(:wear_clothes).with('purple', 'slacks')
53
- pe.dress!(:dating, 'purple', 'slacks')
54
- end
55
-
56
- it 'should call :after transition with an array of methods' do
57
- pe.wakeup!(:showering)
58
- expect(pe).to receive(:condition_hair)
59
- expect(pe).to receive(:fix_hair)
60
- pe.dress!(:prettying_up)
61
- end
62
- end
63
-
64
- describe 'event firing without persistence' do
65
- it 'should attempt to persist if aasm_write_state is defined' do
66
- foo = Foo.new
67
- def foo.aasm_write_state; end
68
- expect(foo).to be_open
69
-
70
- expect(foo).to receive(:aasm_write_state_without_persistence)
71
- foo.close
72
- end
73
- end
@@ -1,16 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "event naming" do
4
- let(:state_machine) { StateMachineWithFailedEvent.new }
5
-
6
- it "allows an event of failed without blowing the stack aka stack level too deep" do
7
- state_machine.failed
8
- expect { state_machine.failed }.to raise_error(AASM::InvalidTransition)
9
- end
10
-
11
- it "allows send as event name" do
12
- expect(state_machine.aasm.current_state).to eq :init
13
- state_machine.send
14
- expect(state_machine.aasm.current_state).to eq :sent
15
- end
16
- end
@@ -1,411 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe 'adding an event' do
4
- let(:state_machine) { AASM::StateMachine.new(:name) }
5
- let(:event) do
6
- AASM::Core::Event.new(:close_order, state_machine, {:success => :success_callback}) do
7
- before :before_callback
8
- after :after_callback
9
- transitions :to => :closed, :from => [:open, :received], success: [:transition_success_callback]
10
- end
11
- end
12
-
13
- it 'should set the name' do
14
- expect(event.name).to eq(:close_order)
15
- end
16
-
17
- it 'should set the success callback' do
18
- expect(event.options[:success]).to eq(:success_callback)
19
- end
20
-
21
- it 'should set the after callback' do
22
- expect(event.options[:after]).to eq([:after_callback])
23
- end
24
-
25
- it 'should set the before callback' do
26
- expect(event.options[:before]).to eq([:before_callback])
27
- end
28
-
29
- it 'should create transitions' do
30
- transitions = event.transitions
31
- expect(transitions[0].from).to eq(:open)
32
- expect(transitions[0].to).to eq(:closed)
33
- expect(transitions[1].from).to eq(:received)
34
- expect(transitions[1].to).to eq(:closed)
35
- end
36
- end
37
-
38
- describe 'transition inspection' do
39
- let(:state_machine) { AASM::StateMachine.new(:name) }
40
- let(:event) do
41
- AASM::Core::Event.new(:run, state_machine) do
42
- transitions :to => :running, :from => :sleeping
43
- end
44
- end
45
-
46
- it 'should support inspecting transitions from other states' do
47
- expect(event.transitions_from_state(:sleeping).map(&:to)).to eq([:running])
48
- expect(event.transitions_from_state?(:sleeping)).to be_truthy
49
-
50
- expect(event.transitions_from_state(:cleaning).map(&:to)).to eq([])
51
- expect(event.transitions_from_state?(:cleaning)).to be_falsey
52
- end
53
-
54
- it 'should support inspecting transitions to other states' do
55
- expect(event.transitions_to_state(:running).map(&:from)).to eq([:sleeping])
56
- expect(event.transitions_to_state?(:running)).to be_truthy
57
-
58
- expect(event.transitions_to_state(:cleaning).map(&:to)).to eq([])
59
- expect(event.transitions_to_state?(:cleaning)).to be_falsey
60
- end
61
- end
62
-
63
- describe 'transition inspection without from' do
64
- let(:state_machine) { AASM::StateMachine.new(:name) }
65
- let(:event) do
66
- AASM::Core::Event.new(:run, state_machine) do
67
- transitions :to => :running
68
- end
69
- end
70
-
71
- it 'should support inspecting transitions from other states' do
72
- expect(event.transitions_from_state(:sleeping).map(&:to)).to eq([:running])
73
- expect(event.transitions_from_state?(:sleeping)).to be_truthy
74
-
75
- expect(event.transitions_from_state(:cleaning).map(&:to)).to eq([:running])
76
- expect(event.transitions_from_state?(:cleaning)).to be_truthy
77
- end
78
-
79
- end
80
-
81
- describe 'firing an event' do
82
- let(:state_machine) { AASM::StateMachine.new(:name) }
83
-
84
- it 'should return nil if the transitions are empty' do
85
- obj = double('object', :aasm => double('aasm', :current_state => 'open'))
86
-
87
- event = AASM::Core::Event.new(:event, state_machine)
88
- expect(event.fire(obj)).to be_nil
89
- end
90
-
91
- it 'should return the state of the first matching transition it finds' do
92
- event = AASM::Core::Event.new(:event, state_machine) do
93
- transitions :to => :closed, :from => [:open, :received]
94
- end
95
-
96
- obj = double('object', :aasm => double('aasm', :current_state => :open))
97
-
98
- expect(event.fire(obj)).to eq(:closed)
99
- end
100
-
101
- it 'should call the guard with the params passed in' do
102
- event = AASM::Core::Event.new(:event, state_machine) do
103
- transitions :to => :closed, :from => [:open, :received], :guard => :guard_fn
104
- end
105
-
106
- obj = double('object', :aasm => double('aasm', :current_state => :open))
107
- expect(obj).to receive(:guard_fn).with('arg1', 'arg2').and_return(true)
108
-
109
- expect(event.fire(obj, {}, 'arg1', 'arg2')).to eq(:closed)
110
- end
111
-
112
- context 'when given a gaurd proc' do
113
- it 'should have access to callback failures in the transitions' do
114
- event = AASM::Core::Event.new(:graduate, state_machine) do
115
- transitions :to => :alumni, :from => [:student, :applicant],
116
- :guard => Proc.new { 1 + 1 == 3 }
117
- end
118
- line_number = __LINE__ - 2
119
- obj = double('object', :aasm => double('aasm', :current_state => :student))
120
-
121
- event.fire(obj, {})
122
- expect(event.failed_callbacks).to eq ["#{__FILE__}##{line_number}"]
123
- end
124
- end
125
-
126
- context 'when given a guard symbol' do
127
- it 'should have access to callback failures in the transitions' do
128
- event = AASM::Core::Event.new(:graduate, state_machine) do
129
- transitions :to => :alumni, :from => [:student, :applicant],
130
- guard: :paid_tuition?
131
- end
132
-
133
- obj = double('object', :aasm => double('aasm', :current_state => :student))
134
- allow(obj).to receive(:paid_tuition?).and_return(false)
135
-
136
- event.fire(obj, {})
137
- expect(event.failed_callbacks).to eq [:paid_tuition?]
138
- end
139
- end
140
-
141
- end
142
-
143
- describe 'should fire callbacks' do
144
- describe 'success' do
145
- it "if it's a symbol" do
146
- ThisNameBetterNotBeInUse.instance_eval {
147
- aasm do
148
- event :with_symbol, :success => :symbol_success_callback do
149
- transitions :to => :symbol, :from => [:initial]
150
- end
151
- end
152
- }
153
-
154
- model = ThisNameBetterNotBeInUse.new
155
- expect(model).to receive(:symbol_success_callback)
156
- model.with_symbol!
157
- end
158
-
159
- it "if it's a string" do
160
- ThisNameBetterNotBeInUse.instance_eval {
161
- aasm do
162
- event :with_string, :success => 'string_success_callback' do
163
- transitions :to => :string, :from => [:initial]
164
- end
165
- end
166
- }
167
-
168
- model = ThisNameBetterNotBeInUse.new
169
- expect(model).to receive(:string_success_callback)
170
- model.with_string!
171
- end
172
-
173
- it "if passed an array of strings and/or symbols" do
174
- ThisNameBetterNotBeInUse.instance_eval {
175
- aasm do
176
- event :with_array, :success => [:success_callback1, 'success_callback2'] do
177
- transitions :to => :array, :from => [:initial]
178
- end
179
- end
180
- }
181
-
182
- model = ThisNameBetterNotBeInUse.new
183
- expect(model).to receive(:success_callback1)
184
- expect(model).to receive(:success_callback2)
185
- model.with_array!
186
- end
187
-
188
- it "if passed an array of strings and/or symbols and/or procs" do
189
- ThisNameBetterNotBeInUse.instance_eval {
190
- aasm do
191
- event :with_array_including_procs, :success => [:success_callback1, 'success_callback2', lambda { proc_success_callback }] do
192
- transitions :to => :array, :from => [:initial]
193
- end
194
- end
195
- }
196
-
197
- model = ThisNameBetterNotBeInUse.new
198
- expect(model).to receive(:success_callback1)
199
- expect(model).to receive(:success_callback2)
200
- expect(model).to receive(:proc_success_callback)
201
- model.with_array_including_procs!
202
- end
203
-
204
- it "if it's a proc" do
205
- ThisNameBetterNotBeInUse.instance_eval {
206
- aasm do
207
- event :with_proc, :success => lambda { proc_success_callback } do
208
- transitions :to => :proc, :from => [:initial]
209
- end
210
- end
211
- }
212
-
213
- model = ThisNameBetterNotBeInUse.new
214
- expect(model).to receive(:proc_success_callback)
215
- model.with_proc!
216
- end
217
- end
218
-
219
- describe 'after' do
220
- it "if they set different ways" do
221
- ThisNameBetterNotBeInUse.instance_eval do
222
- aasm do
223
- event :with_afters, :after => :do_one_thing_after do
224
- after do
225
- do_another_thing_after_too
226
- end
227
- after do
228
- do_third_thing_at_last
229
- end
230
- transitions :to => :proc, :from => [:initial]
231
- end
232
- end
233
- end
234
-
235
- model = ThisNameBetterNotBeInUse.new
236
- expect(model).to receive(:do_one_thing_after).once.ordered
237
- expect(model).to receive(:do_another_thing_after_too).once.ordered
238
- expect(model).to receive(:do_third_thing_at_last).once.ordered
239
- model.with_afters!
240
- end
241
- end
242
-
243
- describe 'before' do
244
- it "if it's a proc" do
245
- ThisNameBetterNotBeInUse.instance_eval do
246
- aasm do
247
- event :before_as_proc do
248
- before do
249
- do_something_before
250
- end
251
- transitions :to => :proc, :from => [:initial]
252
- end
253
- end
254
- end
255
-
256
- model = ThisNameBetterNotBeInUse.new
257
- expect(model).to receive(:do_something_before).once
258
- model.before_as_proc!
259
- end
260
- end
261
-
262
- it 'in right order' do
263
- ThisNameBetterNotBeInUse.instance_eval do
264
- aasm do
265
- event :in_right_order, :after => :do_something_after do
266
- before do
267
- do_something_before
268
- end
269
- transitions :to => :proc, :from => [:initial]
270
- end
271
- end
272
- end
273
-
274
- model = ThisNameBetterNotBeInUse.new
275
- expect(model).to receive(:do_something_before).once.ordered
276
- expect(model).to receive(:do_something_after).once.ordered
277
- model.in_right_order!
278
- end
279
- end
280
-
281
- describe 'current event' do
282
- let(:pe) {ParametrisedEvent.new}
283
-
284
- it 'if no event has been triggered' do
285
- expect(pe.aasm.current_event).to be_nil
286
- end
287
-
288
- it 'if a event has been triggered' do
289
- pe.wakeup
290
- expect(pe.aasm.current_event).to eql :wakeup
291
- end
292
-
293
- it 'if no event has been triggered' do
294
- pe.wakeup!
295
- expect(pe.aasm.current_event).to eql :wakeup!
296
- end
297
-
298
- describe "when calling events with fire/fire!" do
299
- context "fire" do
300
- it "should populate aasm.current_event and transition (sleeping to showering)" do
301
- pe.aasm.fire(:wakeup)
302
- expect(pe.aasm.current_event).to eq :wakeup
303
- expect(pe.aasm.current_state).to eq :showering
304
- end
305
-
306
- it "should allow event names as strings" do
307
- pe.aasm.fire("wakeup")
308
- expect(pe.aasm.current_event).to eq :wakeup
309
- expect(pe.aasm.current_state).to eq :showering
310
- end
311
- end
312
-
313
- context "fire!" do
314
- it "should populate aasm.current_event and transition (sleeping to showering)" do
315
- pe.aasm.fire!(:wakeup)
316
- expect(pe.aasm.current_event).to eq :wakeup!
317
- expect(pe.aasm.current_state).to eq :showering
318
- end
319
-
320
- it "should allow event names as strings" do
321
- pe.aasm.fire!("wakeup")
322
- expect(pe.aasm.current_event).to eq :wakeup!
323
- expect(pe.aasm.current_state).to eq :showering
324
- end
325
- end
326
- end
327
- end
328
-
329
- describe 'parametrised events' do
330
- let(:pe) {ParametrisedEvent.new}
331
-
332
- it 'should transition to specified next state (sleeping to showering)' do
333
- pe.wakeup!(:showering)
334
- expect(pe.aasm.current_state).to eq(:showering)
335
- end
336
-
337
- it 'should transition to specified next state (sleeping to working)' do
338
- pe.wakeup!(:working)
339
- expect(pe.aasm.current_state).to eq(:working)
340
- end
341
-
342
- it 'should transition to default (first or showering) state' do
343
- pe.wakeup!
344
- expect(pe.aasm.current_state).to eq(:showering)
345
- end
346
-
347
- it 'should transition to default state when :after transition invoked' do
348
- pe.dress!('purple', 'dressy')
349
- expect(pe.aasm.current_state).to eq(:working)
350
- end
351
-
352
- it 'should call :after transition method with args' do
353
- pe.wakeup!(:showering)
354
- expect(pe).to receive(:wear_clothes).with('blue', 'jeans')
355
- pe.dress!(:working, 'blue', 'jeans')
356
- end
357
-
358
- it 'should call :after transition method if arg is nil' do
359
- dryer = nil
360
- expect(pe).to receive(:wet_hair).with(dryer)
361
- pe.shower!(dryer)
362
- end
363
-
364
- it 'should call :after transition proc' do
365
- pe.wakeup!(:showering)
366
- expect(pe).to receive(:wear_clothes).with('purple', 'slacks')
367
- pe.dress!(:dating, 'purple', 'slacks')
368
- end
369
-
370
- it 'should call :after transition with an array of methods' do
371
- pe.wakeup!(:showering)
372
- expect(pe).to receive(:condition_hair)
373
- expect(pe).to receive(:fix_hair)
374
- pe.dress!(:prettying_up)
375
- end
376
-
377
- it 'should call :success transition method with args' do
378
- pe.wakeup!(:showering)
379
- expect(pe).to receive(:wear_makeup).with('foundation', 'SPF')
380
- pe.dress!(:working, 'foundation', 'SPF')
381
- end
382
-
383
- it 'should call :success transition method if arg is nil' do
384
- shirt_color = nil
385
- expect(pe).to receive(:wear_clothes).with(shirt_color)
386
- pe.shower!(shirt_color)
387
- end
388
-
389
- it 'should call :success transition proc' do
390
- pe.wakeup!(:showering)
391
- expect(pe).to receive(:wear_makeup).with('purple', 'slacks')
392
- pe.dress!(:dating, 'purple', 'slacks')
393
- end
394
-
395
- it 'should call :success transition with an array of methods' do
396
- pe.wakeup!(:showering)
397
- expect(pe).to receive(:touch_up_hair)
398
- pe.dress!(:prettying_up)
399
- end
400
- end
401
-
402
- describe 'event firing without persistence' do
403
- it 'should attempt to persist if aasm_write_state is defined' do
404
- foo = Foo.new
405
- def foo.aasm_write_state; end
406
- expect(foo).to be_open
407
-
408
- expect(foo).to receive(:aasm_write_state_without_persistence)
409
- foo.close
410
- end
411
- end
@@ -1,10 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe EventWithKeywordArguments do
4
- let(:example) { EventWithKeywordArguments.new }
5
- describe 'enable keyword arguments' do
6
- it 'should be executed correctly that method registered by "before hooks" for events with keyword arguments.' do
7
- expect(example.close(key: 1)).to be_truthy
8
- end
9
- end
10
- end
@@ -1,11 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe AASM::InvalidTransition do
4
- it 'should not be lazy detecting originating state' do
5
- process = ProcessWithNewDsl.new
6
- expect { process.stop! }.to raise_error do |err|
7
- process.start
8
- expect(err.message).to eql("Event 'stop' cannot transition from 'sleeping'.")
9
- end
10
- end
11
- end
@@ -1,9 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "nil as first argument" do
4
- let(:guard) { GuardArgumentsCheck.new }
5
-
6
- it 'does not raise errors' do
7
- expect { guard.mark_as_reviewed(nil, 'second arg') }.not_to raise_error
8
- end
9
- end