Skip to content

Commit c6b8310

Browse files
committed
Fix trailing whitespace in spec files
- Donations & Requests
1 parent 2b3a9fb commit c6b8310

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec/requests/donations_requests_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301

302302
it "returns not found for update and does not change donation" do
303303
put donation_path(id: other_donation.id, donation: {comment: "Changed comment"})
304-
304+
305305
expect(response).to have_http_status(:not_found)
306306
expect(other_donation.reload.comment).to eq("Original comment")
307307
end

spec/requests/requests_requests_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
organization.update!(default_storage_location: storage_location.id)
9595
create(:request, organization: organization)
9696
end
97-
97+
9898
it 'shows the column Default storage location inventory' do
9999
get request_path(request)
100100

0 commit comments

Comments
 (0)