projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4a8fd
)
Fix test for change to editor options
author
Tom Hughes
<tom@compton.nu>
Wed, 1 Dec 2010 09:27:12 +0000
(09:27 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 1 Dec 2010 09:27:12 +0000
(09:27 +0000)
test/functional/site_controller_test.rb
patch
|
blob
|
history
diff --git
a/test/functional/site_controller_test.rb
b/test/functional/site_controller_test.rb
index 8c378046e89f54ff04bc70ca44fd4b3e6c75890d..1b020380d13243e574ab40df2fb8e9fc3cd32c2d 100644
(file)
--- a/
test/functional/site_controller_test.rb
+++ b/
test/functional/site_controller_test.rb
@@
-59,7
+59,7
@@
class SiteControllerTest < ActionController::TestCase
assert_template :partial => "_potlatch", :count => 1
user = users(:public_user)
- user.preferred_editor = "
josm
"
+ user.preferred_editor = "
remote
"
user.save!
get(:edit, nil, { 'user' => user.id })