Browse Source

feat: update rake task spec

pull/1731/head
natdeanlewissoftwire 3 years ago
parent
commit
bf5c401225
  1. 4
      spec/lib/tasks/date_import_field_spec.rb

4
spec/lib/tasks/date_import_field_spec.rb

@ -28,8 +28,8 @@ describe "rake core:data_import_field", type: :task do
allow(import_service).to receive(:update_field) allow(import_service).to receive(:update_field)
end end
context "and we update the tenant_code field" do context "and we update the tenancycode field" do
let(:field) { "tenant_code" } let(:field) { "tenancycode" }
it "properly configures the storage service" do it "properly configures the storage service" do
expect(Storage::S3Service).to receive(:new).with(paas_config_service, instance_name) expect(Storage::S3Service).to receive(:new).with(paas_config_service, instance_name)

Loading…
Cancel
Save