Sha256: 8a058c9b7e25738dd7ba6ab5359639e11a370a725977670cf304047134265b60
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
# encoding: utf-8 require 'bundler' Bundler.setup require 'rom-http' begin require 'byebug' rescue LoadError; end root = Pathname(__FILE__).dirname Dir[root.join('support/**/*.rb').to_s].each { |file| require file } Dir[root.join('shared/**/*.rb').to_s].each { |file| require file }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-http-0.5.0 | spec/spec_helper.rb |