File: spec_helper.rb

package info (click to toggle)
ruby-cucumber-core 16.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ruby: 5,074; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'rspec'
require 'cucumber/core'
require 'cucumber/core/filter'

require_relative 'support/shared_context/test_step_types'