##// END OF EJS Templates
remove trailing white-spaces from test/integration/layout_test.rb....
Toshi MARUYAMA -
r6531:29c571429750
parent child
Show More
@@ -14,7 +14,7 class LayoutTest < ActionController::IntegrationTest
14 14
15 15 test "browsing to an unauthorized page should render the base layout" do
16 16 change_user_password('miscuser9', 'test')
17
17
18 18 log_user('miscuser9','test')
19 19
20 20 get "/admin"
@@ -37,10 +37,10 class LayoutTest < ActionController::IntegrationTest
37 37 assert_select "#quick-search"
38 38 end
39 39 end
40
40
41 41 def test_wiki_formatter_header_tags
42 42 Role.anonymous.add_permission! :add_issues
43
43
44 44 get '/projects/ecookbook/issues/new'
45 45 assert_tag :script,
46 46 :attributes => {:src => %r{^/javascripts/jstoolbar/textile.js}},
General Comments 0
You need to be logged in to leave comments. Login now