Remove "#sounds" spec for trak, duplicates with "have_many :sounds" spec

This commit is contained in:
Thibault Jouan 2011-09-22 21:32:53 +00:00
parent ab1af50be6
commit 15bce07e2f

View File

@ -30,12 +30,6 @@ describe Track do
end
end
describe '#sounds' do
it 'responds to sound' do
track.should respond_to(:sounds)
end
end
describe '#sound' do
context 'with a sound' do
before do