Sha256: e5e019c6da6df9656260ebc58e7e233af3630d1d14c405f13cd07f8c9dae2b91
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Acfs::Operation do let(:operation) { described_class.new MyUser, :read, params: {id: 0} } describe '#request' do subject { operation.request } its(:operation) { is_expected.to eq operation } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acfs-2.0.0 | spec/acfs/operation_spec.rb |