Skip to content

Commit

Permalink
Adding comma to correct syntax in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicpill committed Mar 19, 2012
1 parent 9c748f3 commit b3d4799
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@

class <%= class_name %>Test < ActionDispatch::PerformanceTest
# Refer to the documentation for all available options
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory],
# :output => 'tmp/performance', :formats => [:flat] }

def test_homepage
Expand Down

0 comments on commit b3d4799

Please sign in to comment.