summaryrefslogtreecommitdiff
path: root/spec/fixtures/test_task.rb
blob: 714128f17938c443e8086783ba5568aec75e3822 (plain)
1
2
3
4
5
# frozen_string_literal: true

task :test_task do
  binding
end