Remove "#sounds" spec for trak, duplicates with "have_many :sounds" spec
This commit is contained in:
parent
ab1af50be6
commit
15bce07e2f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user