From a5fe043e32f24a787113a768c4f78cd4d879aeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Bo=CC=88ttger?= Date: Wed, 1 Jul 2015 21:37:19 +1200 Subject: [PATCH] remove unused test block --- spec/unit/transition_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/unit/transition_spec.rb b/spec/unit/transition_spec.rb index d10fef5..3fcbca1 100644 --- a/spec/unit/transition_spec.rb +++ b/spec/unit/transition_spec.rb @@ -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) }