Cross Reference: prover_output_spec.rb
xref
: /
ontohub
/
spec
/
models
/
prover_output_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
prover_output_spec.rb revision 4a7c98053955ca61668ed12b235ddf2fc9976142
require
'spec_helper'
describe
ProverOutput
do
context
'Associations'
do
it
{
should
belong_to
(:
proof_attempt
)
}
end
end