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.
1 parent 31f0c91 commit c05a109Copy full SHA for c05a109
test/action_controller_test.rb
@@ -5,7 +5,7 @@ class ActionControllerTest < Minitest::Test
5
let(:subscriber) { RailsSemanticLogger::ActionController::LogSubscriber.new }
6
7
describe "#process_action" do
8
- it "does not process if params is not a Hash nor an instance of ActionController::Parameters" do
+ it "does not fail if params is not a Hash nor an instance of ActionController::Parameters" do
9
event = ActiveSupport::Notifications::Event.new(
10
"start_processing.action_controller",
11
5.seconds.ago,
0 commit comments