Sha256: bc0b3d69d270c6348d22265457a4d0cf5d50b3bcd5637a9cfc947680b7690f88
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
RSpec.describe Dryad::Core do it "raise configuration not found error" do begin raise Dryad::Core::ConfigurationNotFound, "not found config file." rescue Dryad::Core::ConfigurationNotFound => e expect(e).not_to be(nil) expect(e.message).to eq("not found config file.") end end it "has a version number" do expect(Dryad::Core::VERSION).not_to be(nil) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dryad-0.2.5 | dryad-core/spec/dryad/core_spec.rb |