mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
It's now possible to simply enter the url of the third party provider to enter a commercial.
7 lines
95 B
Ruby
7 lines
95 B
Ruby
require 'spec_helper'
|
|
|
|
describe Commercial do
|
|
|
|
it { should validate_presence_of(:url) }
|
|
|
|
end
|