This commit is contained in:
Martin Lensment 2015-07-28 14:41:39 +03:00
parent c439cf4ae0
commit 0c4e152abd

View file

@ -25,6 +25,6 @@ feature 'BlockedDomain', type: :feature do
page.should have_content('cache.ee')
d.valid?
d.errors.full_messages.should match_array(["Domain name Domain name is blocked"])
d.errors.full_messages.should match_array(["Data management policy violation: Domain name is blocked [name]"])
end
end