Skip to content

Commit

Permalink
Fix up mingw check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Jan 3, 2013
1 parent 38e7951 commit 22d4cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Make RubyMine happy
if ENV["RM_INFO"] || ENV["TEAMCITY_VERSION"]
if RUBY_PLATFORM =~ /(win32|w32)/
if RUBY_PLATFORM =~ /(win32|mingw)/
gem "win32console"
end
gem "minitest"
Expand Down

0 comments on commit 22d4cfb

Please sign in to comment.