This commit is contained in:
Christian Bruckmayer 2015-10-09 19:21:47 +00:00
commit b1c131c524
26 changed files with 194 additions and 188 deletions

View file

@ -2,7 +2,6 @@ require 'spec_helper'
describe Commercial do
it { should validate_presence_of(:commercial_id) }
it { should validate_presence_of(:commercial_type) }
it { should validate_presence_of(:url) }
end