Remove Task::DSL#actions uneeded spec
This commit is contained in:
parent
f44fd56158
commit
db1c452f96
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user