Cross Reference: axiom_selection_factory.rb
xref
: /
ontohub
/
spec
/
factories
/
axiom_selection_factory.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
axiom_selection_factory.rb revision 5dd0a6bcc5adb36d1d3ade5b3e7aa8e6f0bec236
FactoryGirl.define
do
factory
:
axiom_selection
do
end
factory
:
manual_axiom_selection
do
end
factory
:
sine_axiom_selection
do
commonness_threshold
{
0
}
depth_limit
{ -
1
}
tolerance
{
1.0
}
end
end