File: spec_helper.rb

package info (click to toggle)
ruby-device-detector 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 3,104 kB
  • sloc: ruby: 1,224; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'minitest/autorun'
require 'minitest/spec'

$:.unshift(File.expand_path('../../lib', __FILE__))
require 'device_detector'
begin
  require "byebug"
rescue LoadError
end unless RUBY_VERSION < "2.0.0" || RUBY_ENGINE != "ruby"