lib/restpack_service/support/matchers.rb in restpack_service-0.0.60 vs lib/restpack_service/support/matchers.rb in restpack_service-0.0.61
- old
+ new
@@ -1,5 +1,6 @@
require_relative 'matchers/create_command'
+require_relative 'matchers/single_create_command'
def is_required(*params)
params.each do |param|
it ":#{param} parameter must be required" do
expect(subject.class.input_filters.required_inputs).to include(param)