Skip to content

Commit d8da761

Browse files
author
Awesome Code
committed
Auto corrected by following Lint Ruby Layout/LeadingCommentSpace
1 parent 6f35b6f commit d8da761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/synvert/core/rewriter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Synvert::Core
1111
end
1212

1313
it 'parses if_ruby' do
14-
#stub_const("RUBY_VERSION", '2.0.0')
14+
# stub_const("RUBY_VERSION", '2.0.0')
1515
rewriter = Rewriter.new 'group', 'name' do
1616
if_ruby '2.0.0'
1717
end

0 commit comments

Comments
 (0)