5 lines
103 B
Ruby
5 lines
103 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe Videolisting, 'associations' do
|
||
|
it {should belong_to(:campaign) }
|
||
|
end
|