spec/timber/cli/installers/root_spec.rb in timber-2.4.0 vs spec/timber/cli/installers/root_spec.rb in timber-2.5.0
- old
+ new
@@ -28,10 +28,9 @@
expect(installer).to receive(:send_test_messages).exactly(1).times
expect(installer).to receive(:confirm_log_delivery).exactly(1).times
expect(installer).to receive(:wrap_up).with(app).exactly(1).times
expect(api).to receive(:event).with(:success).exactly(1).times
expect(installer).to receive(:collect_feedback).exactly(1).times
- expect(installer).to receive(:free_data).exactly(1).times
installer.run(app)
end
end