Rakefile in queencheck-0.1.2 vs Rakefile in queencheck-1.0.0

- old
+ new

@@ -26,5 +26,16 @@ t.options << '--debug' << '--verbose' if $trace end rescue LoadError puts "YARD not available. Install it with: bundle install" end + +begin + require 'pry' + + task "pry" do + require './lib/queencheck' + binding.pry + end +rescue LoadError + puts "Pry not available. Install it with: gem intall pry" +end