Sha256: ca213e061994e4f5bfadc2b4f10a57e1baffe56764435d7ad9602c2fa4791b14

Contents?: true

Size: 270 Bytes

Versions: 5

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe ::Acfs::Operation do
  let(:operation) { described_class.new MyUser, :read, params: {id: 0} }

  context '#request' do
    subject { operation.request }
    its(:operation) { should eq operation }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
acfs-1.6.0 spec/acfs/operation_spec.rb
acfs-1.5.1 spec/acfs/operation_spec.rb
acfs-1.5.0 spec/acfs/operation_spec.rb
acfs-1.4.0 spec/acfs/operation_spec.rb
acfs-1.3.4 spec/acfs/operation_spec.rb