summaryrefslogtreecommitdiffstats
path: root/test/integration/layout_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-27 02:09:21 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-27 02:09:21 +0000
commit29c571429750063e7f7de3c1f7de665a6c3f98b5 (patch)
tree9cc164a44aadcb4c5ba1754af122c9bb8f6b02aa /test/integration/layout_test.rb
parentadf2245167b2beb9eeda665e7cd800dc480ea1cc (diff)
downloadredmine-29c571429750063e7f7de3c1f7de665a6c3f98b5.tar.gz
redmine-29c571429750063e7f7de3c1f7de665a6c3f98b5.zip
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
Diffstat (limited to 'test/integration/layout_test.rb')
-rw-r--r--test/integration/layout_test.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb
index dc406871e..544631089 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}},