vidpush/spec/models/campaign_spec.rb

5 lines
104 B
Ruby
Raw Normal View History

2014-04-07 18:41:34 +00:00
require 'spec_helper'
describe Campaign, 'associations' do
it {should have_many(:videolistings) }
end