examples/i18n/no/features/support/env.rb in cucumber-0.7.0.beta.4 vs examples/i18n/no/features/support/env.rb in cucumber-0.7.0.beta.5

- old
+ new

@@ -1,6 +1,6 @@ # encoding: utf-8 -require 'spec/expectations' +begin require 'rspec/expectations'; rescue LoadError; require 'spec/expectations'; end require 'cucumber/formatter/unicode' $:.unshift(File.dirname(__FILE__) + '/../../lib') require 'kalkulator'