From a65ee7b078ea3a5a6d14a417bd64d62380413e95 Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Fri, 17 Jan 2020 15:55:48 -0500 Subject: [PATCH 1/2] Dob: Replaces DMV with dentist Resolves #1630 Replaces ambiguous `DMV` with `dentist`. --- exercises/bob/canonical-data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/bob/canonical-data.json b/exercises/bob/canonical-data.json index 807ceb7c58..bec0fd65fe 100644 --- a/exercises/bob/canonical-data.json +++ b/exercises/bob/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "bob", - "version": "1.5.0", + "version": "1.6.0", "cases": [ { "description": "stating something", @@ -62,7 +62,7 @@ "description": "using acronyms in regular speech", "property": "response", "input": { - "heyBob": "It's OK if you don't want to go to the DMV." + "heyBob": "It's OK if you don't want to go to the dentist." }, "expected": "Whatever." }, @@ -110,7 +110,7 @@ "description": "shouting with no exclamation mark", "property": "response", "input": { - "heyBob": "I HATE THE DMV" + "heyBob": "I HATE THE DENTIST" }, "expected": "Whoa, chill out!" }, From 24bc2948d285844994c467fc1d345da2e647c5ca Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Fri, 17 Jan 2020 16:01:57 -0500 Subject: [PATCH 2/2] Replace DMV with NASA. Dentist doesn't really work as an acronym... Co-Authored-By: Peter Goodspeed-Niklaus --- exercises/bob/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bob/canonical-data.json b/exercises/bob/canonical-data.json index bec0fd65fe..5497a301dc 100644 --- a/exercises/bob/canonical-data.json +++ b/exercises/bob/canonical-data.json @@ -62,7 +62,7 @@ "description": "using acronyms in regular speech", "property": "response", "input": { - "heyBob": "It's OK if you don't want to go to the dentist." + "heyBob": "It's OK if you don't want to go work for NASA." }, "expected": "Whatever." },