Skip to content

Commit

Permalink
Cursor#drop was changed to Cursor#free
Browse files Browse the repository at this point in the history
  • Loading branch information
santana committed Mar 26, 2012
1 parent 40ba31f commit 465c822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ifx_test_fetch_n_each.rb
Expand Up @@ -22,7 +22,7 @@ def setup
end end


def teardown def teardown
@c.drop @c.free
end end


def test_fetch_each_each_by def test_fetch_each_each_by
Expand Down

0 comments on commit 465c822

Please sign in to comment.