spec/grape/exceptions/invalid_response_spec.rb in grape-1.6.2 vs spec/grape/exceptions/invalid_response_spec.rb in grape-1.7.0
- old
+ new
@@ -1,8 +1,6 @@
# frozen_string_literal: true
-require 'spec_helper'
-
describe Grape::Exceptions::InvalidResponse do
describe '#message' do
let(:error) { described_class.new }
it 'contains the problem in the message' do