diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb index dc40687..5446310 100644 --- a/test/integration/layout_test.rb +++ b/test/integration/layout_test.rb @@ -14,7 +14,7 @@ class LayoutTest < ActionController::IntegrationTest test "browsing to an unauthorized page should render the base layout" do change_user_password('miscuser9', 'test') - + log_user('miscuser9','test') get "/admin" @@ -37,10 +37,10 @@ class LayoutTest < ActionController::IntegrationTest assert_select "#quick-search" end end - + def test_wiki_formatter_header_tags Role.anonymous.add_permission! :add_issues - + get '/projects/ecookbook/issues/new' assert_tag :script, :attributes => {:src => %r{^/javascripts/jstoolbar/textile.js}},