Skip to content

Commit 5c4d01a

Browse files
committed
Remove legacy magic comment
1 parent 621d68f commit 5c4d01a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/sample.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- encoding: utf-8 -*-
2-
31
class Sample
42
def say(greeting)
53
"#{greeting} TDD BootCamp!"

spec/lib/sample_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- encoding: utf-8 -*-
2-
31
describe Sample do
42
let(:sample){ Sample.new }
53

0 commit comments

Comments
 (0)