prover_output_spec.rb revision 4a7c98053955ca61668ed12b235ddf2fc9976142
require 'spec_helper'
describe ProverOutput do
context 'Associations' do
it { should belong_to(:proof_attempt) }
end
end