scene is very nice. -bt
On Wed, Jun 1, 2016 at 5:14 AM, Ciarán Walsh <[email protected]> wrote: > I was thinking `scene`: > > scene "parsing invalid data" do > test "negative integers are rejected" do: ... > end > > On Tuesday, May 31, 2016 at 7:30:19 PM UTC+1, Jamu Kakar wrote: >> >> 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/d5d51651-2ea6-4a13-b58c-074da80ee703%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/d5d51651-2ea6-4a13-b58c-074da80ee703%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Bruce Tate President, RapidRed, LLC Phone: 512.772.4312 Fax: 512 857-0415 Author of Seven Languages in Seven Weeks, Deploying Rails Applications, >From Java to Ruby, Rails: Up and Running, Beyond Java, 6 others. -- 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/CAMp4_ii5HjEZJNpqUojgfGp_sTVUam-RMyQbr0JnLgMXz2-Yrw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
