1
0
Fork 0
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:
Thorsten Böttger 2015-07-01 21:37:19 +12:00
parent 64637d8aa0
commit a5fe043e32

View file

@ -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) }