Sha256: 6eff85a4bc2ffa046c8e057653f5c1b2dc779b493f1781abda0cfd050c09406e
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
require 'gitloc_marissa' RSpec.describe GitlocMarissa do it 'raises RepoDoesNotExistError when the repo does not exist' do expect { GitlocMarissa.call("not-a-repo") } .to raise_error GitlocMarissa::RepoDoesNotExistError, /not-a-repo/ end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitloc-marissa-0.2.0 | spec/gitloc_marissa_spec.rb |