Class: Cucumber::Cli::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/swt/cucumber_patches.rb

Instance Method Summary collapse

Instance Method Details

#require_dirs_with_redcar_pluginsObject Also known as: require_dirs



25
26
27
# File 'lib/swt/cucumber_patches.rb', line 25

def require_dirs_with_redcar_plugins
  require_dirs_without_redcar_plugins + Dir['plugins/*/features']
end