diff --git a/Rakefile b/Rakefile index 890e1aa..16d450c 100644 --- a/Rakefile +++ b/Rakefile @@ -35,6 +35,10 @@ task :spec => :check_dependencies task :default => :spec +task :console do + exec "irb -r spec/spec_helper" +end + begin require 'yard' YARD::Rake::YardocTask.new