Sha256: fcbc55fa9578030a2036a735c44fe38b85978490ef89fa3a27f903da07272262

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

require "spec_helper"

describe Hash do
  #describe "#grep" do
  #  it "works" do
  #    a = {a: 1, b: 2, c: 3}
  #    a.grep([:a, :b]).should == {a: 1, b: 2}
  #  end
  #end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tagen-1.1.7 spec/tagen/core/hash_spec.rb
tagen-1.1.6 spec/tagen/core/hash_spec.rb
tagen-1.1.5 spec/tagen/core/hash_spec.rb
tagen-1.1.4 spec/tagen/core/hash_spec.rb
tagen-1.1.3 spec/tagen/core/hash_spec.rb
tagen-1.1.2 spec/tagen/core/hash_spec.rb
tagen-1.1.1 spec/tagen/core/hash_spec.rb