Skip to content

Commit

Permalink
Huuuurk @ rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 12, 2012
1 parent 1abbbd7 commit d7d1c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/celluloid/pool_spec.rb
Expand Up @@ -33,7 +33,7 @@ def crash
queue.pop.should == :done
end

it "handles crashes" do
it "handles crashes", :pending => (RUBY_ENGINE == 'rbx') do
expect { subject.crash }.to raise_error(ExampleError)
subject.process.should == :done
end
Expand Down

0 comments on commit d7d1c77

Please sign in to comment.