Sha256: dd0f00a8ba6dd017f87b552d473c082fa45a99a92f5fb6cfd0597f7a28a47e5d
Contents?: true
Size: 390 Bytes
Versions: 6
Compression:
Stored size: 390 Bytes
Contents
require 'spec_helper' describe Elasticrawl::Job do it { should have_many(:job_steps) } it { should have_db_column(:type).of_type(:string) } it { should have_db_column(:job_name).of_type(:string) } it { should have_db_column(:job_desc).of_type(:string) } it { should have_db_column(:max_files).of_type(:integer) } it { should have_db_column(:job_flow_id).of_type(:string) } end
Version data entries
6 entries across 6 versions & 1 rubygems