summaryrefslogtreecommitdiff
path: root/spec/services/files/delete_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/files/delete_service_spec.rb')
-rw-r--r--spec/services/files/delete_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/files/delete_service_spec.rb b/spec/services/files/delete_service_spec.rb
index 17e4645fde6..3823d027812 100644
--- a/spec/services/files/delete_service_spec.rb
+++ b/spec/services/files/delete_service_spec.rb
@@ -55,7 +55,7 @@ RSpec.describe Files::DeleteService do
context "when the file's last commit sha does not match the supplied last_commit_sha" do
let(:last_commit_sha) { "foo" }
- it "returns a hash with the correct error message and a :error status " do
+ it "returns a hash with the correct error message and a :error status" do
expect { subject.execute }
.to raise_error(Files::UpdateService::FileChangedError,
"You are attempting to delete a file that has been previously updated.")