mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 04:34:03 +00:00
9 lines
160 B
Ruby
9 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
|