Skip to content

Commit

Permalink
Make quotes consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jan 17, 2017
1 parent 19e879e commit fb2347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def button
action_renderer = ActionRender.new
dry_view_renderer = Dry::View::Renderer.new(Pathname(__FILE__).dirname.join('templates'), format: :html)

template = Pathname(__FILE__).dirname.join('templates').join("button.html.erb")
template = Pathname(__FILE__).dirname.join('templates').join('button.html.erb')
SCOPE = {}

Benchmark.ips do |x|
Expand Down

0 comments on commit fb2347d

Please sign in to comment.