We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7d4ae commit d2935f3Copy full SHA for d2935f3
minitest/golf_plugin.rb
@@ -29,7 +29,7 @@ def initialize(options)
29
30
lines = File.readlines('golf.rb')
31
32
- if File.exists?('.team-name')
+ if File.exist?('.team-name')
33
@team_name = File.read('.team-name')
34
else
35
print "\n\nWelcome to Ruby Golf!\n\nBefore we run the tests, pick a name for your team: "
0 commit comments