lib/lita/rspec/matchers/event_subscription_matcher.rb in lita-3.0.3 vs lib/lita/rspec/matchers/event_subscription_matcher.rb in lita-3.0.4
- old
+ new
@@ -55,10 +55,10 @@
"lita.rspec.negative_event_subscription_failure"
end
end
def set_description
- description = %{#{description_prefix} "#{event_name}"}
+ description = %(#{description_prefix} "#{event_name}")
description << " to :#{expected_route}" if expected_route
::RSpec.current_example.metadata[:description] = description
end
end
end