Sha256: 178f945462cdfd387624b6fc5fb09c4b90c52efcbd2e7188060d8298cf88021f
Contents?: true
Size: 202 Bytes
Versions: 9
Compression:
Stored size: 202 Bytes
Contents
require 'spec_helper' RSpec.describe BatchUploadItem do describe ".human_readable_type" do subject { described_class.human_readable_type } it { is_expected.to eq 'Works by Batch' } end end
Version data entries
9 entries across 9 versions & 1 rubygems