Skip to content

Commit 4f509d1

Browse files
committed
delint
1 parent 0af1a65 commit 4f509d1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

spec/Facades/lms_facade_spec.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
describe LmsFacade do
44
let(:facade) { described_class.new }
5-
let(:mockCourse) { 16 }
6-
let(:mockStudent) { 22 }
7-
let(:mockAssignment) { 18 }
8-
let(:mockDate) { '2002-03-16:16:00:00Z' }
5+
let(:mock_course) { 16 }
6+
let(:mock_student) { 22 }
7+
let(:mock_assignment) { 18 }
8+
let(:mock_date) { '2002-03-16:16:00:00Z' }
99

1010
describe 'provision_extension' do
1111
it 'throws not implemented error' do
1212
expect do
1313
facade.provision_extension(
14-
mockCourse,
15-
mockStudent,
16-
mockAssignment,
17-
mockDate
14+
mock_course,
15+
mock_student,
16+
mock_assignment,
17+
mock_date
1818
)
1919
end.to raise_error(NotImplementedError)
2020
end

0 commit comments

Comments
 (0)