spec/spec_helper.rb in grape-route-helpers-1.2.0 vs spec/spec_helper.rb in grape-route-helpers-1.2.1
- old
+ new
@@ -3,7 +3,5 @@
require 'pry'
require 'grape/route_helpers'
support_files = Dir.glob('spec/support/*')
support_files.each { |f| require File.expand_path(f) }
-
-include Spec::Support::RouteMatcherHelpers