Rakefile in contextio-1.2.4 vs Rakefile in contextio-1.3.0

- old
+ new

@@ -31,9 +31,10 @@ task :doc => :yard desc "Fire up an interactive terminal to play with" task :console do require 'pry' + require 'yaml' require File.expand_path(File.dirname(__FILE__) + '/lib/contextio') config = YAML.load_file File.expand_path(File.dirname(__FILE__) + '/spec/config.yml') @api = ContextIO.new(config['key'], config['secret'])