Sha256: bb3b7e023ce9e98affc8f14c2f3165a3948fc3ac806dcc270b8729f7d15bbdc8
Contents?: true
Size: 574 Bytes
Versions: 1
Compression:
Stored size: 574 Bytes
Contents
require 'test_helper' require 'nlmt-wrappers/specification' require 'nlmt-wrappers/version' describe NlmtWrappers::Specification do before do NlmtWrappers::Specification.instance_variable_set(:@gem_wrappers_spec, nil) end it "finds specification" do NlmtWrappers::Specification.find.name.must_equal("nlmt-wrappers") end it "gets specification version" do NlmtWrappers::Specification.version.must_equal(NlmtWrappers::VERSION) end it "does not find imaginary gems" do NlmtWrappers::Specification.find("imaginary-gem").must_be_nil end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nlmt-wrappers-0.0.1 | test/gem-wrappers/specification_and_version_test.rb |