summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/extended_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/module/extended_spec.rb')
-rw-r--r--spec/ruby/core/module/extended_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/module/extended_spec.rb b/spec/ruby/core/module/extended_spec.rb
index c6300ffa0b..a4ec5a4ba7 100644
--- a/spec/ruby/core/module/extended_spec.rb
+++ b/spec/ruby/core/module/extended_spec.rb
@@ -39,6 +39,6 @@ describe "Module#extended" do
end
it "is private in its default implementation" do
- Module.new.private_methods.should include(:extended)
+ Module.new.private_methods.should.include?(:extended)
end
end