Skip to content

Commit

Permalink
Correction of test
Browse files Browse the repository at this point in the history
  • Loading branch information
gshilin committed Jul 14, 2012
1 parent 5560a0a commit e27005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/translation_process_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_search_phrase_within_key
fill_in 'k', :with => 'nested'

click_button 'Search'
assert_equal 1, page.has_selector?('td.translation').size
assert_equal true, page.has_selector?('td.translation', :count => 1)
end

private
Expand Down

1 comment on commit e27005f

@thomasdarde
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's weird, I was sure these tests where passing on 1.3.0 and 1.3.1.
Sorry for bothering and thanks for this fix !

Please sign in to comment.