File: config.ru

package info (click to toggle)
ruby-rouge 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,836 kB
  • sloc: ruby: 38,168; sed: 2,071; perl: 152; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'pathname'

here = Pathname.new(__FILE__).dirname
load here.join('spec/visual/app.rb')

run VisualTestApp