5 lines
104 B
Ruby
5 lines
104 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe Campaign, 'associations' do
|
||
|
it {should have_many(:videolistings) }
|
||
|
end
|