Skip to content
Snippets Groups Projects

Introduce models for Receptive Agents (Part 1)

Merged Timo Furrer requested to merge receptive-agents/part-1/model into master
1 unresolved thread
@@ -39,12 +39,12 @@
@@ -39,12 +39,12 @@
end
end
context 'with syntactically invalid host' do
context 'with syntactically invalid host' do
let(:value) { '_' }
let(:value) { '}' }
it 'does not add any error' do
it 'adds error to the record' do
validate
validate
expect(cluster_agent_url_configuration.errors).to be_empty
expect(cluster_agent_url_configuration.errors).not_to be_empty
end
end
end
end
end
end
Loading