Hi,

this may be an RSpec issue rather than a Sequel issue, but still:

I have a few custom inflections defined (irregulars, uncountables, plurals, 
singulars). Those inflections work as expected, except when used from 
within an RSpec expectation, where they are being ignored.

The inflections are defiined in a self-built gem, which I am requiring, but 
even declaring them explicitly in the test does not work. Cave-man 
debugging with `puts String::Inflections::plurals`, ::singulars, or 
::uncountables from within the test will list them, so they are there, but 
hey just don't 'kick in'. Any ideas?

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To post to this group, send email to sequel-talk@googlegroups.com.
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to