Fix a context definition in track specs

This commit is contained in:
Thibault Jouan 2011-09-22 21:35:26 +00:00
parent 15bce07e2f
commit 00eff9131a

View File

@ -43,7 +43,7 @@ describe Track do
end
describe '#sound?' do
context 'without a sound' do
context 'without any sound' do
it 'returns false' do
track.sound?.should be_false
end