spec/rest/orders_spec.rb in finapps-2.2.9 vs spec/rest/orders_spec.rb in finapps-2.2.10

- old
+ new

@@ -1,11 +1,8 @@ # frozen_string_literal: true RSpec.describe FinApps::REST::Orders do include SpecHelpers::Client - RESULTS = 0 - ERROR_MESSAGES = 1 - describe '#show' do context 'when missing params' do subject { FinApps::REST::Orders.new(client).show(nil) } it { expect { subject }.to raise_error(FinAppsCore::MissingArgumentsError) } end