Sha256: de024188f63f647c2ecc1c83f4e0da1661339c3f8dd34c9860a51b57f281852e

Contents?: true

Size: 1.13 KB

Versions: 24

Compression:

Stored size: 1.13 KB

Contents

require 'cucumber/formatter/ansicolor'
extend Cucumber::Formatter::ANSIColor
if Cucumber::VERSION != '0.4.4'
warning = <<-WARNING
#{red_cukes(15)} 

         #{red_cukes(1)}   R O T T E N   C U C U M B E R   A L E R T    #{red_cukes(1)}

Your #{__FILE__.gsub(/version_check.rb$/, 'env.rb')} file was generated with Cucumber 0.4.4,
but you seem to be running Cucumber #{Cucumber::VERSION}. If you're running an older 
version than #{Cucumber::VERSION}, just upgrade your gem. If you're running a newer 
version than #{Cucumber::VERSION} 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, preferably in separate files.

This message will then self destruct.

#{red_cukes(15)}
WARNING
warn(warning)
at_exit {warn(warning)}
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
branston-0.6.6 lib/branston/features/support/version_check.rb
branston-0.6.5 lib/branston/features/support/version_check.rb
branston-0.6.4 lib/branston/features/support/version_check.rb
branston-0.6.3 lib/branston/features/support/version_check.rb
branston-0.6.2 lib/branston/features/support/version_check.rb
branston-0.6.1 lib/branston/features/support/version_check.rb
branston-0.6.0 lib/branston/features/support/version_check.rb
branston-0.5.2 lib/branston/features/support/version_check.rb
branston-0.5.1 lib/branston/features/support/version_check.rb
branston-0.5.0 lib/branston/features/support/version_check.rb
trendi18n-0.9.3 spec/test_application/features/support/version_check.rb
branston-0.4.6 lib/branston/features/support/version_check.rb
branston-0.4.5 lib/branston/features/support/version_check.rb
branston-0.4.4 lib/branston/features/support/version_check.rb
branston-0.4.3 lib/branston/features/support/version_check.rb
branston-0.4.2 lib/branston/features/support/version_check.rb
branston-0.4.1 lib/branston/features/support/version_check.rb
trendi18n-0.9.2 spec/test_application/features/support/version_check.rb
branston-0.4.0 lib/branston/features/support/version_check.rb
trendi18n-0.9.1 spec/test_application/features/support/version_check.rb