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