Skip to content

Commit

Permalink
Fix warning: ambiguous first argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed May 17, 2012
1 parent 85ac143 commit 6a48c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_column_types

def test_time_column
owner = Owner.create!(:eats_at => Time.utc(1995,1,1,6,0))
assert_match /1995-01-01/, owner.reload.eats_at.to_s
assert_match(/1995-01-01/, owner.reload.eats_at.to_s)
end

def test_exec_insert
Expand Down

0 comments on commit 6a48c79

Please sign in to comment.