Skip to content

Commit

Permalink
name issue on my rake task fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
perezd committed Feb 18, 2009
1 parent 9ad9375 commit a9fedee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ Rake::TestTask.new do |test|
end

desc 'Runs Ruby Standard Library tests for date and time.'
task :ruby_test do
task :test_ruby do
puts `mspec test/spec`
end

Expand Down

0 comments on commit a9fedee

Please sign in to comment.