spec/grape/api_remount_spec.rb in grape-1.6.2 vs spec/grape/api_remount_spec.rb in grape-1.7.0
- old
+ new
@@ -1,7 +1,6 @@
# frozen_string_literal: true
-require 'spec_helper'
require 'shared/versioning_examples'
describe Grape::API do
subject(:a_remounted_api) { Class.new(described_class) }