Remove Task::DSL#actions uneeded spec

This commit is contained in:
Thibault Jouan 2014-01-20 00:06:57 +00:00
parent f44fd56158
commit db1c452f96

View File

@ -33,13 +33,6 @@ module Producer::Core
end
end
describe '#actions' do
it 'returns the assigned actions' do
dsl.instance_eval { @actions = [:some_action] }
expect(dsl.actions).to eq [:some_action]
end
end
describe '#condition' do
context 'without block' do
it 'returns the assigned condition' do