vidpush/spec/models/videolisting_spec.rb
2014-04-07 14:41:34 -04:00

5 lines
103 B
Ruby

require 'spec_helper'
describe Videolisting, 'associations' do
it {should belong_to(:campaign) }
end