diff options
Diffstat (limited to 'test/controllers/nodes_controller_test.rb')
| -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" } |
