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_rails.rb 167 B

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

No Description

Contributors (1)