From 4f46b2e7913bc9406c30c14c85d7e340689fbd72 Mon Sep 17 00:00:00 2001 From: Daniel Cunha Date: Fri, 23 Nov 2012 01:03:57 -0300 Subject: [PATCH] Removing version check for cucumber 0.4 --- features/support/version_check.rb | 29 ----------------------------- 1 file changed, 0 insertions(+), 29 deletions(-) delete mode 100644 features/support/version_check.rb diff --git a/features/support/version_check.rb b/features/support/version_check.rb deleted file mode 100644 index 7245c94..0000000 --- a/features/support/version_check.rb +++ /dev/null @@ -1,29 +0,0 @@ -if Cucumber::VERSION::STRING != '0.4.0' -warning = <<-WARNING -(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) - - (::) R O T T E N C U C U M B E R A L E R T (::) - -Your #{__FILE__.gsub(/version_check.rb$/, 'env.rb')} file was generated with Cucumber 0.4.0, -but you seem to be running Cucumber #{Cucumber::VERSION::STRING}. If you're running an older -version than #{Cucumber::VERSION::STRING}, just upgrade your gem. If you're running a newer -version than #{Cucumber::VERSION::STRING} you should: - - 1) Read http://wiki.github.com/aslakhellesoy/cucumber/upgrading - - 2) Regenerate your cucumber environment with the following command: - - ruby script/generate cucumber - -If you get prompted to replace a file, hit 'd' to see the difference. -When you're sure you have captured any personal edits, confirm that you -want to overwrite #{__FILE__.gsub(/version_check.rb$/, 'env.rb')} by pressing 'y'. Then reapply any -personal changes that may have been overwritten. - -This message will then self destruct. - -(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) -WARNING -warn(warning) -at_exit {warn(warning)} -end \ No newline at end of file -- libgit2 0.21.2