Sha256: 2cec4335069f69b7c5759eb86b4508550b15444b7674fa7f28b33035f94cf2fa

Contents?: true

Size: 798 Bytes

Versions: 4

Compression:

Stored size: 798 Bytes

Contents

# This file exists because Cucumber likes to auto-load all ruby files
puts <<-MESSAGE
Cucumber 0.1.12 defaults to loading all ruby files within the features folder
alphabetically. This is annoying, because some files need to be loaded before
others (and others perhaps not at all, given missing dependencies). Hence this
place-holder imaginatively named 'a.rb', to force this message.

A work-around is to use cucumber profiles. You will find the default profile in
cucumber.yml should serve your needs fine, unless you add new step definitions.
When you do that, you can regenerate the YAML file by running:
rake cucumber_defaults

And then run specific features as follows is slightly more verbose, but it
works, whereas this doesn't.
cucumber -p default features/something.feature
MESSAGE
exit 0

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
sherpa99-thinking-sphinx-1.1.4 features/a.rb
moneypools-thinking-sphinx-1.2.13 features/a.rb
moneypools-thinking-sphinx-1.2.12 features/a.rb
warp-thinking-sphinx-1.2.12 features/a.rb