Skip to content

Commit 490549c

Browse files
committed
fix #149
1 parent ae044e5 commit 490549c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/parallel_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def execute_start_and_kill(command, amount, signal='INT')
5050
end
5151
else
5252
it 'doesnt use Etc.nprocessors in Ruby 2.1 and below' do
53-
defined?(Etc).should == nil
53+
defined?(Etc).should == "constant"
5454
end
5555
end
5656
end

0 commit comments

Comments
 (0)