tracks/ruby/exercises/hello-world/GETTING_STARTED.md in trackler-2.2.1.30 vs tracks/ruby/exercises/hello-world/GETTING_STARTED.md in trackler-2.2.1.31
- old
+ new
@@ -93,11 +93,11 @@
Run the test again.
1) Failure:
HelloWorldTest#test_no_name [hello_world_test.rb:11]:
- When given no name, we should greet the world!.
- Expected: "Hello, world!"
+ When given no name, we should greet the world.
+ Expected: "Hello, World!"
Actual: nil
Up until now we've been getting errors, this time we get a failure.
An error means that Ruby cannot even run properly because of things like missing