Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected comments to reflect actual behavior.
  • Loading branch information
danlynn authored and emk committed Mar 15, 2009
1 parent 0eab35f commit a3ddf75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vendor/plugins/filtered_column_code_macro/Rakefile
@@ -1,7 +1,8 @@
# Run this rake file by navigating to the
# 'vendor/plugins/filtered_column_code_macro' directory on the command line
# and run "rake" to generate a new 'default_coderay.css' or by running
# "rake test" to execute the unit tests.
# and run "rake" execute the unit tests. A new 'default_coderay.css' may be
# generated by running "rake generate_default_coderay_stylesheet". Generating
# a new default stylesheet is useful after the CodeRay gem has been updated.
require 'rake'
require 'rake/testtask'
require 'pathname'
Expand Down

0 comments on commit a3ddf75

Please sign in to comment.