vidpush/spec/models/videolisting_spec.rb

5 lines
103 B
Ruby
Raw Normal View History

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