Sha256: 559217d251af1ce4f19f46f0d6b6445fc440a929fa5259a6adcf497aa84269c8

Contents?: true

Size: 156 Bytes

Versions: 1

Compression:

Stored size: 156 Bytes

Contents

require "spec_helper"

describe "RPS" do
  it "should include the current process" do
    RPS.all.find { |e| e.pid == Process.pid }.should be_ruby
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rps-0.0.3 spec/rps/integration_spec.rb