Skip to content

Commit

Permalink
do not use '''
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jan 30, 2021
1 parent 3aa28c0 commit a7fa9b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/synvert/core/rewriter/scope/goto_scope_spec.rb
Expand Up @@ -8,11 +8,10 @@ module Synvert::Core
rewriter = Rewriter.new('foo', 'bar')
Rewriter::Instance.new(rewriter, 'file pattern')
}
let(:source) {'''
let(:source) {"
Factory.define :user do |user|
end
'''
}
"}
let(:node) { Parser::CurrentRuby.parse(source) }
before do
Rewriter::Instance.reset
Expand Down

0 comments on commit a7fa9b6

Please sign in to comment.