From 7379daad1c73bd3610ed296436250b417ac3673d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Feb 2011 14:19:00 +0100 Subject: removed thinking_sphinx plugin and replaced it with gem. also tuned dependencies --- vendor/plugins/thinking-sphinx/features/support/z.rb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/support/z.rb (limited to 'vendor/plugins/thinking-sphinx/features/support/z.rb') diff --git a/vendor/plugins/thinking-sphinx/features/support/z.rb b/vendor/plugins/thinking-sphinx/features/support/z.rb deleted file mode 100644 index e7ad8b35..00000000 --- a/vendor/plugins/thinking-sphinx/features/support/z.rb +++ /dev/null @@ -1,19 +0,0 @@ -# This file exists because Cucumber likes to auto-load all ruby files -puts <<-MESSAGE -Cucumber 0.1.13 defaults to loading all ruby files within the features folder, -with something approaching reverse-alphabetical order, and preferring the -features/support folder over everything else. 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 'z.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 \ No newline at end of file -- cgit v1.3