ontology_batch_parse_worker_spec.rb revision 20d7141b5fbf4ea48eeadae9d6a9a88465ac6b8b
require 'spec_helper'
# We try to be explicit when using sidekiq
# testing modes. However inline! is the default
let(:balancer) { ConcurrencyBalancer.new }
let(:ontology) { create :single_unparsed_ontology, iri: 'http://example.com/test/sequential_parse' }
before do
end
end
after do
end
end
end
end
end
end
end