Fix a context definition in track specs
This commit is contained in:
parent
15bce07e2f
commit
00eff9131a
@ -43,7 +43,7 @@ describe Track do
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe '#sound?' do
|
describe '#sound?' do
|
||||||
context 'without a sound' do
|
context 'without any sound' do
|
||||||
it 'returns false' do
|
it 'returns false' do
|
||||||
track.sound?.should be_false
|
track.sound?.should be_false
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user