osem-fcy/spec/models/commercial_spec.rb
chrisbr 23664119bd Implement simplified commercials workflow
It's now possible to simply enter the url of the third party provider to enter a commercial.
2016-01-21 19:41:12 +01:00

7 lines
95 B
Ruby

require 'spec_helper'
describe Commercial do
it { should validate_presence_of(:url) }
end