native functions spec tests contain full namespaced name
logicminds opened this issue · 0 comments
logicminds commented
When creating a spec file for native functions the full namespace name is used.
example:
function name = test::getsum() => spec/functions/test::getsum_spec.rb
This should be
spec/functions/getsum_spec.rb
function name = test::one::getsum() => spec/functions/one/getsum_spec.rb