Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bug numbers.
  • Loading branch information
headius committed Sep 10, 2014
1 parent d4eb922 commit 3b5f7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
describe "GH-1961: Kernel::Array" do
describe "GH-1962: Kernel::Array" do
it "coerces Array-like objects that only define method_missing" do
o = Object.new
def o.method_missing(name, *args)
Expand Down
@@ -1,4 +1,4 @@
describe "GH-1961: Array#product" do
describe "GH-1963: Array#product" do
it "coerces Array-like objects that only define method_missing" do
o = Object.new
def o.method_missing(name, *args)
Expand Down

0 comments on commit 3b5f7fb

Please sign in to comment.