Remove Task::DSL#actions uneeded spec
This commit is contained in:
@@ -33,13 +33,6 @@ module Producer::Core
|
|||||||
end
|
end
|
||||||
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
|
describe '#condition' do
|
||||||
context 'without block' do
|
context 'without block' do
|
||||||
it 'returns the assigned condition' do
|
it 'returns the assigned condition' do
|
||||||
|
Reference in New Issue
Block a user