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