remove trailing white-spaces from test/integration/layout_test.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6651 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-27 02:09:21 +00:00
parent adf2245167
commit 29c5714297

View File

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