Sha256: 826cf662a13c75acd30351cbb161f95d4e8411d5ba32194962c2f1184ff4f613
Contents?: true
Size: 205 Bytes
Versions: 20
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' describe 'PaidUp' do it 'should return correct version string' do PaidUp.version_string.should == "PaidUp version #{PaidUp::VERSION}" end end
Version data entries
20 entries across 20 versions & 1 rubygems