fix wiki controller tests

pull/1186/head
Martin Linkhorst 12 years ago
parent d03301b60e
commit 24d4325f9f
  1. 4
      test/functional/wiki_controller_test.rb

@ -230,8 +230,8 @@ class WikiControllerTest < ActionController::TestCase
get :diff, :project_id => 1, :id => 'CookBook_documentation', :version => 2, :version_from => 1
assert_response :success
assert_template 'diff'
assert_tag :tag => 'span', :attributes => { :class => 'diff_in'},
:content => /updated/
assert_tag :tag => 'ins', :attributes => { :class => 'diffins'},
:content => /updated/
end
def test_annotate

Loading…
Cancel
Save