Sha256: af33dab5e4d144541401bcac44be992404b095d83698f89a83f5257ee5359af8
Contents?: true
Size: 381 Bytes
Versions: 11
Compression:
Stored size: 381 Bytes
Contents
require 'spec_helper_integration' describe 'Doorkeeper version' do context '#gem_version' do it 'returns Gem::Version instance' do expect(Doorkeeper.gem_version).to be_an_instance_of(Gem::Version) end end context 'VERSION' do it 'returns gem version string' do expect(Doorkeeper::VERSION::STRING).to match(/^\d+\.\d+\.\d+[.\w]?$/) end end end
Version data entries
11 entries across 11 versions & 3 rubygems