Sha256: 35929843cacfe3870c3cd5e996bc869356b34523284047272da0b33be6118857
Contents?: true
Size: 367 Bytes
Versions: 52
Compression:
Stored size: 367 Bytes
Contents
describe :env_key, :shared => true do it "needs to be reviewed for completeness" it "returns the index associated with the passed value" do ENV["foo"] = "bar" ENV.send(@method, "bar").should == "foo" ENV.delete "foo" end it "returns nil if the passed value is not found" do ENV.send(@method, "should_never_be_set").should be_nil end end
Version data entries
52 entries across 52 versions & 2 rubygems