Declare arguments explicitly in actions specs
This commit is contained in:
@@ -2,7 +2,6 @@ module Producer::Core
|
||||
shared_examples 'action' do
|
||||
include TestEnvHelpers
|
||||
|
||||
let(:arguments) { [:some, :arguments] }
|
||||
let(:options) { { foo: :bar } }
|
||||
subject(:action) { described_class.new(env, *arguments, options) }
|
||||
|
||||
|
Reference in New Issue
Block a user