diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-22 14:38:46 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-22 14:38:46 +0200 |
| commit | 6893270420c13cf1a0af158cf3d4cc71cd7e2005 (patch) | |
| tree | 74f4eb03ffa6d12c09ce22b468a4aafa7c10bc61 /test/controllers | |
| parent | 2366af57461cd7e76028960a444672a3ce0c3634 (diff) | |
Retire nodes#recent, superseded by the action log
Diffstat (limited to 'test/controllers')
| -rw-r--r-- | test/controllers/nodes_controller_test.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/controllers/nodes_controller_test.rb b/test/controllers/nodes_controller_test.rb index ddc4565..b8f9278 100644 --- a/test/controllers/nodes_controller_test.rb +++ b/test/controllers/nodes_controller_test.rb | |||
| @@ -514,12 +514,6 @@ class NodesControllerTest < ActionController::TestCase | |||
| 514 | assert_includes assigns(:nodes), chaostreff_node | 514 | assert_includes assigns(:nodes), chaostreff_node |
| 515 | end | 515 | end |
| 516 | 516 | ||
| 517 | test "recent combined with a search term does not raise an ambiguous column error" do | ||
| 518 | login_as :quentin | ||
| 519 | get :recent, params: { :q => "Zombies" } | ||
| 520 | assert_response :success | ||
| 521 | end | ||
| 522 | |||
| 523 | test "drafts combined with a search term does not raise an ambiguous column error" do | 517 | test "drafts combined with a search term does not raise an ambiguous column error" do |
| 524 | login_as :quentin | 518 | login_as :quentin |
| 525 | get :drafts, params: { :q => "Zombies" } | 519 | get :drafts, params: { :q => "Zombies" } |
