First with Ruby 1.9.3-p392
brewhouse: ~/code/brewdega/cellar [1.9.3-p392|master]
☺ $ time be rspec
................................................................................................................................................................................................................................................................
Finished in 8.7 seconds
256 examples, 0 failures
Randomized with seed 18852
bundle exec rspec 14.85s user 1.23s system 95% cpu 16.784 total
And now with Ruby 2.0.0-p0
brewhouse: ~/code/brewdega/cellar [2.0.0-p0|master!]
☺ $ time be rspec
................................................................................................................................................................................................................................................................
Finished in 15.59 seconds
256 examples, 0 failures
Randomized with seed 9536
bundle exec rspec 23.96s user 1.33s system 96% cpu 26.086 total