diff options
Diffstat (limited to 'spec/rubyspec/library/openstruct/initialize_spec.rb')
-rw-r--r-- | spec/rubyspec/library/openstruct/initialize_spec.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/rubyspec/library/openstruct/initialize_spec.rb b/spec/rubyspec/library/openstruct/initialize_spec.rb deleted file mode 100644 index b5edde7618..0000000000 --- a/spec/rubyspec/library/openstruct/initialize_spec.rb +++ /dev/null @@ -1,8 +0,0 @@ -require File.expand_path('../../../spec_helper', __FILE__) -require 'ostruct' - -describe "OpenStruct#initialize" do - it "is private" do - OpenStruct.should have_private_instance_method(:initialize) - end -end |