Skip to content

Commit e843fa8

Browse files
committed
linting
1 parent 218bda0 commit e843fa8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

spec/features/feedback/deleting_feedback_spec.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
context 'when logged in as the school owner' do
5454
let(:owner) { create(:owner, school:) }
55+
5556
before do
5657
authenticated_in_hydra_as(owner)
5758
delete("/api/projects/#{student_project.identifier}/feedback/#{feedback.id}", headers:)
@@ -69,6 +70,7 @@
6970

7071
context 'when logged in as a teacher not in the class' do
7172
let(:other_teacher) { create(:teacher, school:) }
73+
7274
before do
7375
authenticated_in_hydra_as(other_teacher)
7476
delete("/api/projects/#{student_project.identifier}/feedback/#{feedback.id}", headers:)
@@ -99,7 +101,3 @@
99101
end
100102
end
101103
end
102-
103-
104-
105-

0 commit comments

Comments
 (0)