1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-07-23 09:49:45 +00:00
parent 7ca648e929
commit 5b666803f1

View file

@ -6,7 +6,7 @@ Create a Ruby file that requires entry.rb with a series of test in it the run th
ruby name_of_test_file.rb ruby name_of_test_file.rb
``` ```
To create a test, call 🤔 with two arguments. The first is a string describing what this tests, the second argument is the test assertion. If the assertion is truthy, the test passes. If the assertion if falsy, the test fails. To create a test, call 🤔 with two arguments. The first is a string describing what this tests, the second argument is the test assertion. If the assertion is truthy, the test passes. If the assertion is falsy, the test fails.
``` ```
string_1 = "Hello world!" string_1 = "Hello world!"