4c974f50f6
- deletes schedule_installation_service.rb - moves schedule_installation_service.rb logic to create_service.rb - moves specs as well Removes code duplication Remove unecessary spec block Abide review suggestions Test installable applications which are not associated to a cluster Fix a typo Removes duplciated expectation Reuse variable instead of redefining Remove method in favor of a local scoped lambda Improve 'failing service' shared examples Test the increase of status count Remove duplicated test Enable fronzen literal
3 lines
91 B
Ruby
3 lines
91 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec::Matchers.define_negated_matcher :not_change, :change
|