We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae044e5 commit 490549cCopy full SHA for 490549c
1 file changed
spec/parallel_spec.rb
@@ -50,7 +50,7 @@ def execute_start_and_kill(command, amount, signal='INT')
50
end
51
else
52
it 'doesnt use Etc.nprocessors in Ruby 2.1 and below' do
53
- defined?(Etc).should == nil
+ defined?(Etc).should == "constant"
54
55
56
0 commit comments