examples/tickets/features/272/hooks_steps.rb in cucumber-0.7.0.beta.4 vs examples/tickets/features/272/hooks_steps.rb in cucumber-0.7.0.beta.5
- old
+ new
@@ -1,5 +1,5 @@
-require 'spec/expectations'
+begin require 'rspec/expectations'; rescue LoadError; require 'spec/expectations'; end
Given /^I fail$/ do
raise "BOOM (this is expected)"
end
\ No newline at end of file