1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/features/support/env.rb

3 lines
131 B
Ruby
Raw Normal View History

root_path = File.dirname(File.dirname(File.dirname(__FILE__)))
require File.join(root_path, 'lib', 'middleman')
require "rack/test"