mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
8 lines
160 B
Ruby
8 lines
160 B
Ruby
require 'spec_helper'
|
|
|
|
describe Commercial do
|
|
|
|
it { should validate_presence_of(:commercial_id) }
|
|
it { should validate_presence_of(:commercial_type) }
|
|
|
|
end
|