diff --git a/Rakefile b/Rakefile index 96b4a1df..21348df2 100644 --- a/Rakefile +++ b/Rakefile @@ -12,9 +12,9 @@ rescue LoadError end begin - #require 'rspec/core/rake_task' - #RSpec::Core::RakeTask.new(:spec) - #exec << :spec + require 'rspec/core/rake_task' + RSpec::Core::RakeTask.new(:spec) + exec << :spec rescue LoadError end