Skip to content

Commit 2e679b6

Browse files
arkirchnerkkoehn
andauthored
Update spec/system/exercises_system_spec.rb
Co-authored-by: kkoehn <[email protected]>
1 parent a68573a commit 2e679b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/exercises_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
wait_for_ajax
1414
end
1515

16-
context 'when an exercise created' do
16+
context 'when an exercise is created' do
1717
let(:teacher) { create(:teacher) }
1818
let(:submission_deadline) { 3.months.from_now.beginning_of_minute }
1919
let(:late_submission_deadline) { submission_deadline + 1.week }

0 commit comments

Comments
 (0)