Skip to content

Commit

Permalink
Fix typo on the performance test guide
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Oct 30, 2011
1 parent c809de8 commit 2d337ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/performance_testing.textile
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ h4. Using Ruby-Prof on MRI and REE
Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE:

<ruby>
gem 'ruby-prof', :path => 'git://github.com/wycats/ruby-prof.git'
gem 'ruby-prof', :git => 'git://github.com/wycats/ruby-prof.git'
</ruby>

Now run +bundle install+ and you're ready to go.
Expand Down

0 comments on commit 2d337ef

Please sign in to comment.