Sha256: ac13e445af3367179f9e93035714c69c7d30f30984028e68ede1e13c59238ea7
Contents?: true
Size: 237 Bytes
Versions: 9
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all require 'spec_helper' require 'runners/crud' describe 'CRUD v1 spec tests' do define_crud_spec_tests(CRUD_TESTS) do |spec, req, test| let(:client) { authorized_client } end end
Version data entries
9 entries across 9 versions & 2 rubygems