diff options
Diffstat (limited to 'spec/rubyspec/core/basicobject/not_spec.rb')
| -rw-r--r-- | spec/rubyspec/core/basicobject/not_spec.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/rubyspec/core/basicobject/not_spec.rb b/spec/rubyspec/core/basicobject/not_spec.rb deleted file mode 100644 index f02b31edb2..0000000000 --- a/spec/rubyspec/core/basicobject/not_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require File.expand_path('../../../spec_helper', __FILE__) - -describe "BasicObject#!" do - it "is a public instance method" do - BasicObject.should have_public_instance_method(:'!') - end - - it "returns false" do - (!BasicObject.new).should be_false - end -end |
