Skip to content

Commit

Permalink
Merge pull request tolk#14 from gshilin/master
Browse files Browse the repository at this point in the history
Fix for tolk#13 broken test
  • Loading branch information
thomasdarde committed Jul 23, 2012
2 parents faa1bb7 + e27005f commit a2d7783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/translation_process_test.rb
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

0 comments on commit a2d7783

Please sign in to comment.