spec/spec_helper.rb in rack-logs-0.0.3 vs spec/spec_helper.rb in rack-logs-0.0.4

- old
+ new

@@ -1,10 +1,20 @@ # required by .rspec + +module Support + def support_path path + File.join File.expand_path('../support', __FILE__), path + end +end + +RSpec.configure do |c| + c.include Support +end