We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c85d8 commit 5c968b1Copy full SHA for 5c968b1
1 file changed
exercises/practice/robot-name/robot_name_spec.moon
@@ -57,11 +57,11 @@ describe 'robot-name', ->
57
58
59
-- The next test is optional.
60
- -- Change `test_all_robots` to `true` to run it.
+ -- Set the environment variable ENABLE_OPTIONAL_TESTS to run it:
61
+ -- For example, in bash run: ENABLE_OPTIONAL_TESTS=true busted
62
-- Check the performance tip in the hints.
- test_all_robots = false
63
64
- if test_all_robots
+ if os.getenv('ENABLE_OPTIONAL_TESTS') == 'true'
65
pending 'all the robots and more', ->
66
Robot\reset_names!
67
sample_size = 26 * 26 * 1000
0 commit comments