Fix failing tests for Ruby 1.9 #1046

This commit is contained in:
Holger Just 2012-06-20 18:00:34 +02:00 committed by Kolan Sh
parent 02d2deeae6
commit 1ed846cd01
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class QueryTest < ActiveSupport::TestCase
query.filters = { "cf_#{cf.id}" => {:operator => '=', :values => ['me']}}
result = query.issues
assert_equal 1, result.size
assert issue, result.first
assert_equal issue, result.first
end
def test_filter_watched_issues