Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Jun 16, 2014
1 parent d762b34 commit ecb3c69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/rack/secure_upload/scanner/base.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'cocaine'
require 'rack/secure_upload/errors'

module Rack
Expand Down
3 changes: 1 addition & 2 deletions lib/rack/secure_upload/scanner/fsecure.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'cocaine'
require 'rack/secure_upload/errors'
require 'rack/secure_upload/scanner/base'

module Rack
module SecureUpload
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@

ENV['RACK_ENV'] = 'test'
RSpec.configure do |config|
config.before :suite do
::FileUtils.mkdir_p 'tmp'
end
end

0 comments on commit ecb3c69

Please sign in to comment.