euler-py: fix RuboCop warnings.

master
Mike McQuaid 2017-06-12 16:44:47 +01:00
parent 667d5aeff5
commit c1ba124cde
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ class EulerPy < Formula
stdin.close
assert_match 'Successfully created "001.py".', stdout.read
end
assert_equal 0, $?.exitstatus
assert_equal 0, $CHILD_STATUS.exitstatus
end
end