mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
remove unused test block
This commit is contained in:
parent
64637d8aa0
commit
a5fe043e32
1 changed files with 0 additions and 3 deletions
|
@ -53,9 +53,6 @@ describe 'transitions' do
|
|||
|
||||
end
|
||||
|
||||
describe 'blocks' do
|
||||
end
|
||||
|
||||
describe AASM::Core::Transition do
|
||||
let(:state_machine) { AASM::StateMachine.new(:name) }
|
||||
let(:event) { AASM::Core::Event.new(:event, state_machine) }
|
||||
|
|
Loading…
Reference in a new issue