Searched refs:preprocess (Results 1 - 2 of 2) sorted by relevance

/ontohub/app/models/
H A Dsine_axiom_selection.rb31 preprocess unless other_finished_sine_axiom_selections.any?
53 def preprocess method in class:SineAxiomSelection
/ontohub/spec/models/
H A Dsine_axiom_selection_spec.rb129 allow(subject).to receive(:preprocess).and_call_original
132 it 'not calling preprocess' do
134 expect(subject).not_to have_received(:preprocess)

Completed in 445 milliseconds