diff --git a/Rakefile b/Rakefile index cf82236..045b007 100644 --- a/Rakefile +++ b/Rakefile @@ -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