You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

cucumber_rspec.rb 167 B

2 years ago
12345678
  1. # frozen_string_literal: true
  2. require 'autotest/cucumber_mixin'
  3. require 'autotest/rspec'
  4. class Autotest::CucumberRspec < Autotest::Rspec
  5. include CucumberMixin
  6. end

No Description

Contributors (1)