Skip to content

Commit

Permalink
require "yaml" in Rakefile to fix #233
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed May 17, 2012
1 parent deafad6 commit c2af054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
@@ -1,6 +1,7 @@
require 'rake'
require 'rake/testtask'
require 'rbconfig'
require 'yaml'

task :test => 'test:all'

Expand Down

0 comments on commit c2af054

Please sign in to comment.