diff options
author | Claire McQuin <clairemcquin@seamcquin01.local> | 2014-01-22 17:09:22 -0800 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-01-23 16:57:29 -0800 |
commit | 50b163117b6a2ca7b3325e207a16c03fd7449dad (patch) | |
tree | 32eb50b236a165e8302f399b3a01ba8837527958 /spec/spec_helper.rb | |
parent | 91306695d946656157112e7303bd2945d4f31aeb (diff) | |
download | chef-50b163117b6a2ca7b3325e207a16c03fd7449dad.tar.gz |
validate streaming file size
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index fcb6dba992..9114c35eaf 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -33,6 +33,7 @@ end # Ruby 1.9 Compat $:.unshift File.expand_path("../..", __FILE__) + require 'rubygems' require 'rspec/mocks' |