summaryrefslogtreecommitdiff
path: root/test/spec_head.rb
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2015-06-10 16:13:06 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-06-11 19:05:53 -0700
commit3399dc739364f4328743d0c2335cba9229bb353e (patch)
treed93a3a34856c4e54a64f757696079b0f6e60b505 /test/spec_head.rb
parent221d4fd13b7986cfea37222111dd0f6b595465b3 (diff)
downloadrack-3399dc739364f4328743d0c2335cba9229bb353e.tar.gz
Added minitest/bacon to the top of each file so they can be run straight up.
Diffstat (limited to 'test/spec_head.rb')
-rw-r--r--test/spec_head.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/spec_head.rb b/test/spec_head.rb
index 78bc6ad7..3d60da09 100644
--- a/test/spec_head.rb
+++ b/test/spec_head.rb
@@ -1,3 +1,4 @@
+require 'minitest/bacon'
require 'rack/head'
require 'rack/lint'
require 'rack/mock'