Commit c4a57fff by mpd

require pathname so Pathname method does not blow up

parent 966edd2b
......@@ -11,6 +11,8 @@ require 'active_support'
require 'mime/types'
require 'pry'
require 'pathname'
puts "Testing against version #{ActiveRecord::VERSION::STRING}"
`ruby -e 'exit 0'` # Prime $? with a value.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment