To throw another suggestion into the mix, about might work: about "parsing invalid data" do test "negative integers are rejected" do: ... end
On Tue, May 31, 2016 at 10:38 AM, Chris Keele <[email protected]> wrote: > I think 'having' scans well, but entirely because it's a past participle > which English uses for pretty much every verb tense, which makes it easy to > write spec-like test names. However, it doesn't play well with tests groups > like having "Registry.register/3". Maybe 'concerning' which works well > with non-sentence test names and is a little more descriptive? > > > - Setup: concerning "a User with no name" > - Edge case: concerning "inputs with extra spaces" > - Function namespaces: concerning "Registry.register/3" > - Verb lead-ins: concerning "parsing invalid data" > - Noun lead-ins: concerning "an invalid token" > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/e04100f5-d1b5-45b5-a110-8a4c1d06c911%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/e04100f5-d1b5-45b5-a110-8a4c1d06c911%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CALWnh8oc-1vJ-nsqjRFxGNm6WvATKBHpFMmVci%2BQOgtSUskyYg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
