aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/support/platforms.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/support/platforms.rb b/spec/support/platforms.rb
index f009de39..658339ba 100644
--- a/spec/support/platforms.rb
+++ b/spec/support/platforms.rb
@@ -22,8 +22,12 @@ module Spec
Gem::Platform.new(['x86', 'mswin32', nil])
end
+ def mingw
+ Gem::Platform.new(['x86', 'mingw32', nil])
+ end
+
def all_platforms
- [rb, java, linux, mswin]
+ [rb, java, linux, mswin, mingw]
end
def local