Sha256: 9be52f581f6f07dc977834a1e5fde8c2ab7fec1b18edaa5b12c519edb833365d
Contents?: true
Size: 367 Bytes
Versions: 48
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' require 'spree/testing_support/factories/return_authorization_factory' RSpec.describe 'return authorization factory' do let(:factory_class) { Spree::ReturnAuthorization } describe 'plain return authorization' do let(:factory) { :return_authorization } it_behaves_like 'a working factory' end end
Version data entries
48 entries across 48 versions & 2 rubygems