We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aba48de + c4156f7 commit 5e4fe26Copy full SHA for 5e4fe26
spec/unit/filters/filter_form_builder_spec.rb
@@ -378,7 +378,7 @@ def view.a_helper_method
378
379
it "should NOT be displayed if false" do
380
body = filter :author, if: proc{false}
381
- expect(body).to_not have_tag "input", attributes: {name: "q[author_id_eq]"}
+ expect(body).to_not have_tag "select", attributes: {name: "q[author_id_eq]"}
382
end
383
384
0 commit comments