Cross Reference: sine_symbol_axiom_trigger_spec.rb
xref
: /
ontohub
/
spec
/
models
/
sine_symbol_axiom_trigger_spec.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
require
'spec_helper'
describe
SineSymbolAxiomTrigger
do
context
'associations'
do
it
{
expect
(
subject
)
.
to
belong_to
:
symbol
}
it
{
expect
(
subject
)
.
to
belong_to
:
axiom
}
end
end