spec/unit/modulesync/settings_spec.rb in modulesync-2.6.0 vs spec/unit/modulesync/settings_spec.rb in modulesync-2.7.0

- old
+ new

@@ -7,10 +7,10 @@ {}, {}, { 'Rakefile' => { 'unmanaged' => true }, :global => { 'global' => 'value' }, 'Gemfile' => { 'key' => 'value' }, }, - {} + {}, ) end it { is_expected.not_to eq nil } it { expect(subject.managed?('Rakefile')).to eq false }