summaryrefslogtreecommitdiff
path: root/spec/ruby/core/env/shared/key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/env/shared/key.rb')
-rw-r--r--spec/ruby/core/env/shared/key.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ruby/core/env/shared/key.rb b/spec/ruby/core/env/shared/key.rb
index c40a56093e..43299beadb 100644
--- a/spec/ruby/core/env/shared/key.rb
+++ b/spec/ruby/core/env/shared/key.rb
@@ -1,6 +1,4 @@
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"