spec/ballast/concerns/common_spec.rb in ballast-2.2.3 vs spec/ballast/concerns/common_spec.rb in ballast-2.2.4
- old
+ new
@@ -9,10 +9,10 @@
class CommonMockClass < OpenStruct
include Ballast::Concerns::Common
end
class CommonMockService < Ballast::Service
- def perform(params: params)
+ def perform(params: {})
"OK"
end
def alternative(**kwargs)
kwargs
\ No newline at end of file