codersdojo 1.5.03 → 1.5.04
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/run/runner.rb +1 -1
- metadata +2 -2
data/lib/run/runner.rb
CHANGED
|
@@ -31,7 +31,7 @@ class Runner
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
def execute
|
|
34
|
-
return_code_evaluator = ReturnCodeEvaluator.new meta_config_file.success_detection
|
|
34
|
+
return_code_evaluator = ReturnCodeEvaluator.new @meta_config_file.success_detection
|
|
35
35
|
files = @shell.files_in_dir_tree WORKING_DIR, @source_files
|
|
36
36
|
newest_dir_entry = @shell.newest_dir_entry WORKING_DIR, files
|
|
37
37
|
change_time = @shell.modification_time newest_dir_entry
|