summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortduehr <tduehr@gmail.com>2014-10-03 16:27:14 -0500
committertduehr <tduehr@gmail.com>2014-10-03 16:27:14 -0500
commit55677d75e282c6e543d40103ce0643983c9c3ed9 (patch)
tree1b28285151ced53520eef0e12b54aee2d2c2c4a1
parentaecb2b86eae0662f8942475873be61b2c0f80c1e (diff)
downloadffi-win_21.tar.gz
require fileutils for 2.1win_21
-rw-r--r--spec/ffi/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ffi/spec_helper.rb b/spec/ffi/spec_helper.rb
index cda739f..00c43ec 100644
--- a/spec/ffi/spec_helper.rb
+++ b/spec/ffi/spec_helper.rb
@@ -4,6 +4,7 @@
#
require 'rbconfig'
+require 'fileutils'
require 'ffi'
CPU = case RbConfig::CONFIG['host_cpu'].downcase