Sha256: fb39d914d9bcd36a29f84751f6cf3786ab9dd534b6b068f7697b7837c86ac9d7

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

require 'spec_helper'

describe Module do

  it "includes _monitor method when required" do
    Module.should respond_to(:_monitor)
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fozzie-1.1.0 spec/lib/core_ext/module/monitor_spec.rb
fozzie-1.0.3 spec/lib/core_ext/module/monitor_spec.rb