lib/rspec/rails/adapters.rb in rspec-rails-2.0.0.beta.12 vs lib/rspec/rails/adapters.rb in rspec-rails-2.0.0.beta.13

- old
+ new

@@ -17,11 +17,11 @@ end end module TestUnitAssertionAdapter extend ActiveSupport::Concern - def method_name - @running_example + def method_name + @example end include Test::Unit::Assertions included do