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