Skip to content

Commit

Permalink
Moving unnecessary puts statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdennis committed Mar 14, 2010
1 parent d4c1204 commit 61c1af6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/active_record/connection_adapter_test.rb
Expand Up @@ -16,7 +16,6 @@
context "when the max allowed bytes is 40 and the base SQL is 26 bytes" do
it "should return 3 value sets when given 3 value sets of 7 bytes a piece" do
value_sets = adapter.get_insert_value_sets values, base_sql.size, max_allowed_bytes = 40
puts value_sets.inspect
assert_equal 3, value_sets.size
end
end
Expand Down

0 comments on commit 61c1af6

Please sign in to comment.