From 177279d18931f6deaf8465f4fece1be4b9af43a1 Mon Sep 17 00:00:00 2001 From: Dmytro Milinevskyy Date: Mon, 16 Feb 2015 22:41:54 +0100 Subject: [PATCH] spec: try node crashing scenarios for jruby --- spec/dcell/node_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/dcell/node_spec.rb b/spec/dcell/node_spec.rb index 0e73c92..7014edf 100644 --- a/spec/dcell/node_spec.rb +++ b/spec/dcell/node_spec.rb @@ -34,7 +34,7 @@ def wait_for_actor(id) @node.all.should include :test_actor end - context :crashing, :pending => RUBY_ENGINE=="jruby" do + context :crashing do def wait_for_death(time) sleep time + 1 id = TEST_NODE[:id]