11171d2085000030855bde5557072ba908e73435henning muellerrequire 'spec_helper'
11171d2085000030855bde5557072ba908e73435henning mueller %w(name institution homepage description contact).each do |column|
82b8ece82759ab928288c0a9ae81dc99e8c33bc6Eugen Kuksa it { should have_db_column(column).of_type :text }
11171d2085000030855bde5557072ba908e73435henning mueller it { should have_and_belong_to_many :ontologies }
11171d2085000030855bde5557072ba908e73435henning mueller ['http://example.com/', 'https://example.com/', 'file://path/to/file'].each do |val|
11171d2085000030855bde5557072ba908e73435henning mueller it { should allow_value(val).for :homepage }