Skip to content

Commit 770cb60

Browse files
committed
Fix spec description
1 parent 924b6cd commit 770cb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/core/unboundmethod/bind_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
UnboundMethodSpecs::Mod.instance_method(:from_mod).bind(Object.new).should be_kind_of(Method)
2222
end
2323

24-
it "returns Method returned for obj is equal to one directly returned by obj.method" do
24+
it "the returned Method is equal to the one directly returned by obj.method" do
2525
obj = UnboundMethodSpecs::Methods.new
2626
@normal_um.bind(obj).should == obj.method(:foo)
2727
end

0 commit comments

Comments
 (0)