Fix wording in Task#initialize spec

This commit is contained in:
Thibault Jouan 2013-08-16 20:28:46 +00:00
parent e4a4211a7b
commit b6adc0ba43

View File

@ -37,7 +37,7 @@ module Producer::Core
context 'when only the name is given as argument' do
subject(:task) { Task.new(name) }
it 'has assigns no action' do
it 'assigns no action' do
expect(task.actions).to be_empty
end
end