|
|
|
@ -30,7 +30,7 @@ RSpec.describe BulkUpload::Lettings::Validator do
|
|
|
|
|
|
|
|
|
|
it "is not valid" do |
|
|
|
|
expect(validator).not_to be_valid |
|
|
|
|
expect(validator.errors["base"]).to eql(["too many columns, please ensure you have used the correct template"]) |
|
|
|
|
expect(validator.errors["base"]).to eql(["Too many columns, please ensure you have used the correct template"]) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
@ -81,7 +81,7 @@ RSpec.describe BulkUpload::Lettings::Validator do
|
|
|
|
|
|
|
|
|
|
it "is not valid" do |
|
|
|
|
expect(validator).not_to be_valid |
|
|
|
|
expect(validator.errors["base"]).to eql(["incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
expect(validator.errors["base"]).to eql(["Incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
@ -99,7 +99,7 @@ RSpec.describe BulkUpload::Lettings::Validator do
|
|
|
|
|
|
|
|
|
|
it "is not valid" do |
|
|
|
|
expect(validator).not_to be_valid |
|
|
|
|
expect(validator.errors["base"]).to eql(["incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
expect(validator.errors["base"]).to eql(["Incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
@ -118,7 +118,7 @@ RSpec.describe BulkUpload::Lettings::Validator do
|
|
|
|
|
|
|
|
|
|
it "is not valid" do |
|
|
|
|
expect(validator).not_to be_valid |
|
|
|
|
expect(validator.errors["base"]).to eql(["too many columns, please ensure you have used the correct template"]) |
|
|
|
|
expect(validator.errors["base"]).to eql(["Too many columns, please ensure you have used the correct template"]) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
@ -169,7 +169,7 @@ RSpec.describe BulkUpload::Lettings::Validator do
|
|
|
|
|
|
|
|
|
|
it "is not valid" do |
|
|
|
|
expect(validator).not_to be_valid |
|
|
|
|
expect(validator.errors["base"]).to eql(["incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
expect(validator.errors["base"]).to eql(["Incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
@ -187,7 +187,7 @@ RSpec.describe BulkUpload::Lettings::Validator do
|
|
|
|
|
|
|
|
|
|
it "is not valid" do |
|
|
|
|
expect(validator).not_to be_valid |
|
|
|
|
expect(validator.errors["base"]).to eql(["incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
expect(validator.errors["base"]).to eql(["Incorrect number of fields, please ensure you have used the correct template"]) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|