Sha256: 8728156626fb4ba99b0723d23f7014e14c47bfe7cb547cac95dc392f033c6659
Contents?: true
Size: 519 Bytes
Versions: 4
Compression:
Stored size: 519 Bytes
Contents
# frozen_string_literal: true require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Stealth::Services::Smooch::Version" do let(:version_in_file) { File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')).strip } it "should return the current gem version" do expect(Stealth::Services::Smooch::Version.version).to eq version_in_file end it "should return the current gem version via a constant" do expect(Stealth::Services::Smooch::VERSION).to eq version_in_file end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stealth-smooch-1.1.0 | spec/version_spec.rb |
stealth-smooch-1.0.0 | spec/version_spec.rb |
stealth-smooch-0.9.1 | spec/version_spec.rb |
stealth-smooch-0.9.0 | spec/version_spec.rb |