We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924b6cd commit 770cb60Copy full SHA for 770cb60
spec/ruby/core/unboundmethod/bind_spec.rb
@@ -21,7 +21,7 @@
21
UnboundMethodSpecs::Mod.instance_method(:from_mod).bind(Object.new).should be_kind_of(Method)
22
end
23
24
- it "returns Method returned for obj is equal to one directly returned by obj.method" do
+ it "the returned Method is equal to the one directly returned by obj.method" do
25
obj = UnboundMethodSpecs::Methods.new
26
@normal_um.bind(obj).should == obj.method(:foo)
27
0 commit comments