We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79931f commit ccb9ef2Copy full SHA for ccb9ef2
Rakefile
@@ -50,7 +50,7 @@ namespace :test do
50
Rake::Task['test:provider'].invoke
51
end
52
53
- system("open coverage/index.html") if PLATFORM['darwin']
+ system("open coverage/index.html") if (PLATFORM['darwin'] if Kernel.const_defined? :PLATFORM) || (RUBY_PLATFORM =~ /darwin/ if Kernel.const_defined? :RUBY_PLATFORM)
54
55
56
0 commit comments