Sha256: 6c75389471665b2d7fd9e96ddb6c12962deedce52fa402cf7dc0c982fbfe7fd8

Contents?: true

Size: 201 Bytes

Versions: 13

Compression:

Stored size: 201 Bytes

Contents

require "spec_helper"

module Cash
  describe Local do
    it "should have method missing as a private method" do
      Local.private_instance_methods.should include("method_missing")
    end
  end
end

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
ngmoco-cache-money-0.2.24.2 spec/cash/local_spec.rb
viximo-cache-money-0.3.0 spec/cash/local_spec.rb
timchen-cache-money-0.2.25.1 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.23 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.22 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.21 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.20 spec/cash/local_spec.rb
artemk-cache-money-0.2.14 spec/cash/local_spec.rb
artemk-cache-money-0.2.13.2 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.16 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.15 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.14 spec/cash/local_spec.rb
ngmoco-cache-money-0.2.13 spec/cash/local_spec.rb